{ "id": "roo-file-15", "name": "Pman.Dialog.XtuplePurchaseOrderEdit", "parent": "", "title": "", "path": "/home/edward/gitlive/web.xtuple/Pman/Xtuple/Pman.Dialog.XtuplePurchaseOrderEdit.bjs", "items": [ { "listeners": { "show": "function () {\n this.layout.getRegion('center').showPanel(0);\n}" }, "closable": false, "collapsible": false, "height": 200, "modal": true, "resizable": false, "title": "Change Location", "width": 400, "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.pohead_id){\n _this.dialog.el.mask(\"Loading\");\n this.load({ method: 'GET', params: { '_id' : _this.data.pohead_id }});\n return;\n }\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" }, "method": "POST", "style": "margin:10px;", "xtype": "Form", "|url": "baseURL + '/Roo/pohead.php'", "|xns": "Roo.form", "items": [ { "fieldLabel": "PO#", "name": "pohead_number", "readOnly": true, "width": 200, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": false, "displayField": "fname", "editable": false, "fieldLabel": "Change Type", "hiddenName": "change_type", "listWidth": 400, "mode": "local", "name": "change_type_name", "tpl": "
{fname}
", "triggerAction": "all", "value": "A", "valueField": "ftype", "width": 200, "xtype": "ComboBox", "|xns": "Roo.form", "items": [ { "*prop": "store", "xtype": "SimpleStore", "|data": "[ \n [ 'A', \"Change All Location\"],\n [ 'E', \"Change The Location Of PO And un-signed Item\"]\n \n]\n", "|fields": "[ 'ftype', 'fname']", "|xns": "Roo.data" } ] }, { "allowBlank": false, "displayField": "location_name", "editable": true, "emptyText": "Select a location", "fieldLabel": "Location", "forceSelection": true, "hiddenName": "pohead_location_id", "listWidth": 400, "loadingText": "Searching...", "minChars": 2, "name": "pohead_location_id_location_name", "pageSize": 200, "qtip": "Select terms", "queryParam": "query[location_name]", "selectOnFocus": true, "tpl": "
{location_name}
", "triggerAction": "all", "typeAhead": false, "valueField": "location_id", "width": 200, "xtype": "ComboBox", "|xns": "Roo.form", "items": [ { "listeners": { "|beforeload": "function (_self, o){\n o.params = o.params || {};\n // set more here\n o.params.location_netable = 1;\n}\n" }, "*prop": "store", "remoteSort": true, "xtype": "Store", "|sortInfo": "{ direction : 'ASC', field: 'location_name' }", "|xns": "Roo.data", "items": [ { "*prop": "proxy", "method": "GET", "xtype": "HttpProxy", "|url": "baseURL + '/Roo/location.php'", "|xns": "Roo.data" }, { "*prop": "reader", "id": "location_id", "root": "data", "totalProperty": "total", "xtype": "JsonReader", "|fields": "[{\"name\":\"location_id\",\"type\":\"int\"},\"location_name\"]", "|xns": "Roo.data" } ] } ] }, { "name": "pohead_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 // do some checks?\n \n \n // _this.dialog.el.mask(\"Saving\");\n _this.form.doAction(\"submit\");\n\n}" }, "*prop": "buttons[]", "text": "Save", "xtype": "Button", "|xns": "Roo" } ] } ], "permname": "", "modOrder": "001" }