{ "id": "roo-file-8", "name": "Pman.Dialog.XtupleGLAccountNameEdit", "parent": "", "title": "", "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtupleGLAccountNameEdit.bjs", "items": [ { "closable": false, "collapsible": false, "height": 180, "modal": true, "resizable": false, "title": "Edit Account Name", "width": 450, "xtype": "LayoutDialog", "|xns": "Roo", "items": [ { "|xns": "Roo", "xtype": "LayoutRegion", "*prop": "center" }, { "region": "center", "xtype": "ContentPanel", "|xns": "Roo", "items": [ { "listeners": { "|actioncomplete": "function(_self,action)\n{\n if (action.type == 'setdata') {\n if(_this.data.accnt_id * 1 >1){\n _this.dialog.el.mask(\"Loading\");\n this.load({ method: 'GET', params: { '_id' : _this.data.accnt_id }});\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" }, "labelWidth": 150, "method": "POST", "style": "margin:10px;", "xtype": "Form", "|url": "baseURL + '/Roo/Accnt.php'", "|xns": "Roo.form", "items": [ { "allowBlank": false, "fieldLabel": "Account Name", "name": "accnt_descrip", "width": 200, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Alternative Code", "name": "accnt_code_alt", "width": 200, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Alternative Description", "name": "accnt_descrip_alt", "width": 200, "xtype": "TextField", "|xns": "Roo.form" }, { "name": "accnt_id", "xtype": "Hidden", "|xns": "Roo.form" } ] } ] }, { "listeners": { "click": "function (_self, e)\n{\n _this.dialog.hide();\n}" }, "*prop": "buttons[]", "text": "Cancel", "xtype": "Button", "|xns": "Roo" }, { "listeners": { "click": "function (_self, e)\n{\n \n _this.form.doAction(\"submit\");\n\n}" }, "*prop": "buttons[]", "text": "Save", "xtype": "Button", "|xns": "Roo" } ] } ], "permname": "", "modOrder": "001" }