{ "name" : "Pman.Dialog.XtupleBankAccnt", "parent" : "", "title" : "", "path" : "/home/alan/gitlive/Pman.Xtuple/Pman.Dialog.XtupleBankAccnt.bjs", "permname" : "", "modOrder" : "001", "items" : [ { "modal" : true, "collapsible" : false, "title" : "Edit Bank Account", "xtype" : "LayoutDialog", "width" : 400, "$ xns" : "Roo", "closable" : false, "resizable" : false, "height" : 300, "items" : [ { "xtype" : "LayoutRegion", "$ xns" : "Roo", "* prop" : "center" }, { "region" : "center", "xtype" : "ContentPanel", "$ xns" : "Roo", "items" : [ { "listeners" : { "|actioncomplete" : "function(_self,action)\n{\n if (action.type == 'setdata') {\n \n if(_this.data.id){\n _this.dialog.el.mask(\"Loading\");\n this.load({ method: 'GET', params: { '_id' : _this.data.id }}); \n \n }\n\n return;\n }\n if (action.type == 'load') {\n _this.dialog.el.unmask();\n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.el.unmask();\n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(_this, _this.form.getValues());\n }\n _this.form.reset();\n return;\n }\n}\n", "|rendered" : "function (form)\n{\n _this.form= form;\n}\n" }, "$ url" : "baseURL + '/Roo/Bankaccnt.php'", "xtype" : "Form", "method" : "POST", "style" : "margin:10px;", "$ xns" : "Roo.form", "items" : [ { "fieldLabel" : "Bank", "emptyText" : "eg. HSBC", "xtype" : "TextField", "allowBlank" : false, "readOnly" : true, "width" : 200, "$ xns" : "Roo.form", "name" : "bankaccnt_bankname" }, { "fieldLabel" : "Name", "xtype" : "TextField", "emptyText" : "Automatic", "allowBlank" : true, "readOnly" : true, "width" : 200, "$ xns" : "Roo.form", "name" : "bankaccnt_name" }, { "fieldLabel" : "Account No.", "emptyText" : "eg. 1-23-23-23", "xtype" : "TextField", "allowBlank" : false, "readOnly" : true, "width" : 200, "$ xns" : "Roo.form", "name" : "bankaccnt_accntnumber" }, { "fieldLabel" : "Description", "xtype" : "TextField", "allowBlank" : false, "width" : 200, "$ xns" : "Roo.form", "name" : "bankaccnt_descrip" }, { "xtype" : "Hidden", "$ xns" : "Roo.form", "name" : "bankaccnt_id" } ] } ] }, { "listeners" : { "click" : "function (_self, e)\n{\n _this.dialog.hide();\n}" }, "text" : "Cancel", "xtype" : "Button", "$ xns" : "Roo", "* prop" : "buttons[]" }, { "listeners" : { "click" : "function (_self, e)\n{\n \n _this.form.doAction(\"submit\");\n\n}" }, "text" : "Save", "xtype" : "Button", "$ xns" : "Roo", "* prop" : "buttons[]" } ] } ] }