this.szakertoi_adatok_fenyezes_DForm = isc.DynamicForm.create({ autoDraw: false, itemLayout: 'absolute' }); this.szakertoi_adatok_fenyezes_gombok_DForm = isc.DynamicForm.create({ autoDraw: false, layoutAlign: "center", width: 220, numCols: 2, fields: [ { name: "submit", type: "button", width: 100, title: "Mentes", click: function() { if (typeof(ref.szakertoi_adatok_fenyezes_DForm) != 'undefined' && ref.szakertoi_adatok_fenyezes_DForm.destroying != true) { ref.szakertoi_adatok_fenyezes_DForm.submit(); } ref.szakertoi_adatok_reszletek_ValuesManager.saveData(function(dsResponse, data) { if (dsResponse.status==0) { ref.szakertoi_adatok_reszletek_ValuesManager.fetchData({p_eszkoz_id:ref.eszkoz_id}); } }); }, startRow: false, endRow: false, tabIndex: -1 }, { name: "bezaras", type: "button", width: 100, title: "Bezaras", click: function() { isc.confirm("Biztosan bezarja az ablakot? Az el nem mentett valtoztatasok elvesznek.", function(value) { if (value == true) { window.close(); } }); }, startRow: false, tabIndex: -1 } ] }); this.szakertoi_adatok_fenyezes_VLayout = isc.VLayout.create({ autoDraw: false, members: [ isc.VLayout.create({ autoDraw: false, overflow: 'auto', members: [ ref.szakertoi_adatok_fenyezes_DForm ] }), isc.LayoutSpacer.create({height: 10}), ref.szakertoi_adatok_fenyezes_gombok_DForm ] });