{ "id": "roo-file-97", "name": "Pman.Dialog.CoreCompanies", "parent": "", "title": "", "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", "items": [ { "autoCreate": "true", "closable": false, "collapsible": false, "draggable": false, "height": 400, "modal": true, "shadow": "true", "title": "Edit Company", "width": 750, "xtype": "LayoutDialog", "|xns": "Roo", "items": [ { "*prop": "center", "alwaysShowTabs": false, "autoScroll": false, "closeOnTab": true, "hideTabs": true, "titlebar": false, "xtype": "LayoutRegion", "|xns": "Roo" }, { "autoCreate": "true", "fitToFrame": true, "region": "center", "xtype": "ContentPanel", "|xns": "Roo", "items": [ { "listeners": { "actionfailed": "function(f, act) {\n _this.dialog.el.unmask();\n // error msg???\n Pman.standardActionFailed(f,act);\n \n}", "actioncomplete": "function(f, act) {\n _this.dialog.el.unmask();\n //console.log('load completed'); \n // error messages?????\n if(act.type == 'setdata'){\n this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n return;\n }\n \n if (act.type == 'load') {\n _this.data = act.result.data;\n var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';\n \n \n if (_this.form.findField('comptype')) {\n _this.form.findField('comptype')[meth]();\n }\n \n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(this, act.result.data);\n }\n return; \n }\n // unmask?? \n}", "rendered": "function (form)\n{\n _this.form = form;\n}" }, "fileUpload": true, "labelWidth": 160, "xtype": "Form", "|url": "baseURL + '/Roo/Companies.php'", "|xns": "Roo.form", "items": [ { "width": 500, "xtype": "Column", "|xns": "Roo.form", "items": [ { "allowBlank": true, "fieldLabel": "Company ID (for filing Ref.)", "name": "code", "qtip": "Enter code", "width": 100, "xtype": "TextField", "|xns": "Roo.form" }, { "listeners": { "render": "function (_self)\n{\n _this.etypeCombo = _self;\n}" }, "alwaysQuery": true, "displayField": "display_name", "emptyText": "Select Type", "fieldLabel": "Type", "forceSelection": true, "hiddenName": "comptype", "listWidth": 250, "loadingText": "Searching...", "minChars": 2, "name": "comptype_display", "pageSize": 20, "qtip": "Select type", "queryParam": "query[name]", "selectOnFocus": true, "tpl": "
{name} : {display_name}
", "triggerAction": "all", "typeAhead": false, "valueField": "name", "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['query[empty_etype]'] = 1;\n o.params.etype = 'COMPTYPE';\n}\n" }, "*prop": "store", "remoteSort": true, "xtype": "Store", "|sortInfo": "{ direction : 'ASC', field: 'id' }", "|xns": "Roo.data", "items": [ { "*prop": "proxy", "xtype": "HttpProxy", "method": "GET", "|xns": "Roo.data", "|url": "baseURL + '/Roo/core_enum.php'" }, { "*prop": "reader", "id": "id", "root": "data", "totalProperty": "total", "xtype": "JsonReader", "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", "|xns": "Roo.data" } ] } ] }, { "allowBlank": true, "fieldLabel": "Company Name", "name": "name", "qtip": "Enter Company Name", "width": 300, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Phone", "name": "tel", "qtip": "Enter Phone Number", "width": 300, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Fax", "name": "fax", "qtip": "Enter Fax Number", "width": 300, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Email", "name": "email", "qtip": "Enter Email Address", "width": 300, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Address", "name": "address", "qtip": "Enter Address", "width": 300, "xtype": "TextField", "|xns": "Roo.form" }, { "allowBlank": true, "fieldLabel": "Remarks", "height": 120, "name": "remarks", "qtip": "Enter remarks", "width": 300, "xtype": "TextArea", "|xns": "Roo.form" } ] }, { "labelAlign": "top", "width": 200, "xtype": "Column", "|xns": "Roo.form", "items": [ { "fieldLabel": "Background Colour", "name": "background_color", "xtype": "ColorField", "|xns": "Roo.form" }, { "fieldLabel": "Logo Image", "height": 170, "icon": "rootURL + 'images/default/dd/drop-add.gif'", "name": "logo_id", "style": "border: 1px solid #ccc;", "width": 170, "xtype": "DisplayField", "|valueRenderer": "function(v) {\n //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO';\n if (!v) {\n return \"No Image Available\" + '
';\n }\n return String.format('', \n baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg'\n );\n}", "|xns": "Roo.form" }, { "listeners": { "click": "function (_self, e)\n{\n var _t = _this.form.findField('logo_id');\n \n Pman.Dialog.Image.show({\n onid :_this.data.id,\n ontable : 'Companies',\n imgtype : 'LOGO'\n }, function(data) {\n if (data) {\n _t.setValue(data.id);\n }\n \n });\n}" }, "text": "Add Image", "xtype": "Button", "|xns": "Roo" } ] }, { "name": "isOwner", "xtype": "Hidden", "|xns": "Roo.form" }, { "name": "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" }