{ "name" : "Pman.Dialog.CoreCompanies", "parent" : "", "title" : "", "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", "permname" : "", "modOrder" : "001", "items" : [ { "modal" : true, "shadow" : true, "collapsible" : false, "title" : "Add / Edit Organization", "xtype" : "LayoutDialog", "autoCreate" : true, "width" : 750, "$ xns" : "Roo", "closable" : false, "height" : 400, "draggable" : false, "items" : [ { "alwaysShowTabs" : false, "autoScroll" : false, "xtype" : "LayoutRegion", "hideTabs" : true, "$ xns" : "Roo", "* prop" : "center", "closeOnTab" : true, "titlebar" : false }, { "region" : "center", "fitToFrame" : true, "xtype" : "ContentPanel", "autoCreate" : true, "$ xns" : "Roo", "items" : [ { "listeners" : { "actionfailed" : "function(f, act) {\n _this.dialog.el.unmask();\n // error msg???\n Pman.standardActionFailed(f,act);\n \n}", "rendered" : "function (form)\n{\n _this.form = form;\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}" }, "$ url" : "baseURL + '/Roo/Companies.php'", "fileUpload" : true, "xtype" : "Form", "labelWidth" : 160, "$ xns" : "Roo.form", "items" : [ { "xtype" : "Column", "$ xns" : "Roo.form", "width" : 500, "items" : [ { "fieldLabel" : "Company ID (for filing Ref.)", "xtype" : "TextField", "allowBlank" : true, "width" : 100, "$ xns" : "Roo.form", "name" : "code", "qtip" : "Enter code" }, { "listeners" : { "render" : "function (_self)\n{\n _this.etypeCombo = _self;\n}" }, "alwaysQuery" : true, "listWidth" : 250, "triggerAction" : "all", "fieldLabel" : "Type", "forceSelection" : true, "selectOnFocus" : true, "pageSize" : 20, "emptyText" : "Select Type", "displayField" : "display_name", "hiddenName" : "comptype", "minChars" : 2, "valueField" : "name", "xtype" : "ComboBox", "typeAhead" : false, "width" : 200, "$ xns" : "Roo.form", "name" : "comptype_display_name", "qtip" : "Select type", "queryParam" : "query[name]", "tpl" : "
{name} : {display_name}
", "loadingText" : "Searching...", "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" }, "xtype" : "Store", "remoteSort" : true, "$ sortInfo" : "{ direction : 'ASC', field: 'id' }", "$ xns" : "Roo.data", "* prop" : "store", "items" : [ { "$ url" : "baseURL + '/Roo/core_enum.php'", "method" : "GET", "xtype" : "HttpProxy", "$ xns" : "Roo.data", "* prop" : "proxy" }, { "id" : "id", "root" : "data", "xtype" : "JsonReader", "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", "$ xns" : "Roo.data", "* prop" : "reader", "totalProperty" : "total" } ] } ] }, { "fieldLabel" : "Company Name", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "name", "qtip" : "Enter Company Name" }, { "fieldLabel" : "Phone", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "tel", "qtip" : "Enter Phone Number" }, { "fieldLabel" : "Fax", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "fax", "qtip" : "Enter Fax Number" }, { "fieldLabel" : "Email", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "email", "qtip" : "Enter Email Address" }, { "fieldLabel" : "Url", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "url", "qtip" : "Enter Url" }, { "fieldLabel" : "Address", "xtype" : "TextField", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "name" : "address", "qtip" : "Enter Address" }, { "fieldLabel" : "Remarks", "xtype" : "TextArea", "allowBlank" : true, "width" : 300, "$ xns" : "Roo.form", "height" : 120, "name" : "remarks", "qtip" : "Enter remarks" } ] }, { "labelAlign" : "top", "xtype" : "Column", "width" : 200, "$ xns" : "Roo.form", "items" : [ { "fieldLabel" : "Background Colour", "xtype" : "ColorField", "$ xns" : "Roo.form", "name" : "background_color" }, { "fieldLabel" : "Logo Image", "style" : "border: 1px solid #ccc;", "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 baseURL + '/Images/'+v+'/logo.jpg' // fixme - put escaped company name..\n );\n}", "icon" : "rootURL + 'images/default/dd/drop-add.gif'", "width" : 170, "$ xns" : "Roo.form", "height" : 170, "name" : "logo_id" }, { "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" } ] }, { "xtype" : "Hidden", "$ xns" : "Roo.form", "name" : "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 // do some checks?\n \n \n _this.dialog.el.mask(\"Saving\");\n _this.form.doAction(\"submit\");\n\n}" }, "text" : "Save", "xtype" : "Button", "$ xns" : "Roo", "* prop" : "buttons[]" } ] } ] }