From 3b998a4a81f8a8676429488ad9728e9c878f3f17 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Sep 2014 11:53:55 +0800 Subject: [PATCH] Pman.Dialog.CoreCompanies.bjs.YE5HMX Pman.Dialog.CoreCompanies.bjs Pman.Dialog.CoreCompanies.js.VGOHMX Pman.Dialog.CoreCompanies.js --- Pman.Dialog.CoreCompanies.bjs | 375 +++++++++++++------------- Pman.Dialog.CoreCompanies.js | 488 +++++++++++++++++----------------- 2 files changed, 438 insertions(+), 425 deletions(-) diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index e345b71b..bb1009af 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -1,251 +1,250 @@ { - "id": "roo-file-209", - "name": "Pman.Dialog.CoreCompanies", - "parent": "", - "title": "", - "path": "/home/edward/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", - "items": [ + "name" : "Pman.Dialog.CoreCompanies", + "parent" : "", + "title" : "", + "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", + "permname" : "", + "modOrder" : "001", + "items" : [ { - "autoCreate": "true", - "closable": false, - "collapsible": false, - "draggable": false, - "height": 400, - "modal": true, - "shadow": "true", - "title": "Add / Edit Organization", - "width": 750, - "xtype": "LayoutDialog", - "|xns": "Roo", - "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" : [ { - "*prop": "center", - "alwaysShowTabs": false, - "autoScroll": false, - "closeOnTab": true, - "hideTabs": true, - "titlebar": false, - "xtype": "LayoutRegion", - "|xns": "Roo" + "alwaysShowTabs" : false, + "autoScroll" : false, + "xtype" : "LayoutRegion", + "hideTabs" : true, + "$ xns" : "Roo", + "* prop" : "center", + "closeOnTab" : true, + "titlebar" : false }, { - "autoCreate": "true", - "fitToFrame": true, - "region": "center", - "xtype": "ContentPanel", - "|xns": "Roo", - "items": [ + "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}", - "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}" + "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}" }, - "fileUpload": true, - "labelWidth": 160, - "xtype": "Form", - "|url": "baseURL + '/Roo/Companies.php'", - "|xns": "Roo.form", - "items": [ + "$ url" : "baseURL + '/Roo/Companies.php'", + "fileUpload" : true, + "xtype" : "Form", + "labelWidth" : 160, + "$ xns" : "Roo.form", + "items" : [ { - "width": 500, - "xtype": "Column", - "|xns": "Roo.form", - "items": [ + "xtype" : "Column", + "$ xns" : "Roo.form", + "width" : 500, + "items" : [ { - "allowBlank": true, - "fieldLabel": "Company ID (for filing Ref.)", - "name": "code", - "qtip": "Enter code", - "width": 100, - "xtype": "TextField", - "|xns": "Roo.form" + "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}" + "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_name", - "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": [ + "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" + "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": [ + "xtype" : "Store", + "remoteSort" : true, + "$ sortInfo" : "{ direction : 'ASC', field: 'id' }", + "$ xns" : "Roo.data", + "* prop" : "store", + "items" : [ { - "*prop": "proxy", - "xtype": "HttpProxy", - "method": "GET", - "|xns": "Roo.data", - "|url": "baseURL + '/Roo/core_enum.php'" + "$ url" : "baseURL + '/Roo/core_enum.php'", + "method" : "GET", + "xtype" : "HttpProxy", + "$ xns" : "Roo.data", + "* prop" : "proxy" }, { - "*prop": "reader", - "id": "id", - "root": "data", - "totalProperty": "total", - "xtype": "JsonReader", - "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", - "|xns": "Roo.data" + "id" : "id", + "root" : "data", + "xtype" : "JsonReader", + "$ fields" : "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", + "$ xns" : "Roo.data", + "* prop" : "reader", + "totalProperty" : "total" } ] } ] }, { - "allowBlank": true, - "fieldLabel": "Company Name", - "name": "name", - "qtip": "Enter Company Name", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Company Name", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "name", + "qtip" : "Enter Company Name" }, { - "allowBlank": true, - "fieldLabel": "Phone", - "name": "tel", - "qtip": "Enter Phone Number", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Phone", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "tel", + "qtip" : "Enter Phone Number" }, { - "allowBlank": true, - "fieldLabel": "Fax", - "name": "fax", - "qtip": "Enter Fax Number", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Fax", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "fax", + "qtip" : "Enter Fax Number" }, { - "allowBlank": true, - "fieldLabel": "Email", - "name": "email", - "qtip": "Enter Email Address", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Email", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "email", + "qtip" : "Enter Email Address" }, { - "allowBlank": true, - "fieldLabel": "Url", - "name": "url", - "qtip": "Enter Url", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Url", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "url", + "qtip" : "Enter Url" }, { - "allowBlank": true, - "fieldLabel": "Address", - "name": "address", - "qtip": "Enter Address", - "width": 300, - "xtype": "TextField", - "|xns": "Roo.form" + "fieldLabel" : "Address", + "xtype" : "TextField", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "address", + "qtip" : "Enter Address" }, { - "allowBlank": true, - "fieldLabel": "Remarks", - "height": 120, - "name": "remarks", - "qtip": "Enter remarks", - "width": 300, - "xtype": "TextArea", - "|xns": "Roo.form" + "fieldLabel" : "Remarks", + "xtype" : "TextArea", + "allowBlank" : true, + "width" : 300, + "$ xns" : "Roo.form", + "height" : 120, + "name" : "remarks", + "qtip" : "Enter remarks" } ] }, { - "labelAlign": "top", - "width": 200, - "xtype": "Column", - "|xns": "Roo.form", - "items": [ + "labelAlign" : "top", + "xtype" : "Column", + "width" : 200, + "$ xns" : "Roo.form", + "items" : [ { - "fieldLabel": "Background Colour", - "name": "background_color", - "xtype": "ColorField", - "|xns": "Roo.form" + "fieldLabel" : "Background Colour", + "xtype" : "ColorField", + "$ xns" : "Roo.form", + "name" : "background_color" }, { - "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" + "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/Thumb/'+v+'/logo.jpg', \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}" + "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" + "text" : "Add Image", + "xtype" : "Button", + "$ xns" : "Roo" } ] }, { - "name": "id", - "xtype": "Hidden", - "|xns": "Roo.form" + "xtype" : "Hidden", + "$ xns" : "Roo.form", + "name" : "id" } ] } ] }, { - "listeners": { - "click": "function (_self, e)\n{\n _this.dialog.hide();\n}" + "listeners" : { + "click" : "function (_self, e)\n{\n _this.dialog.hide();\n}" }, - "*prop": "buttons[]", - "text": "Cancel", - "xtype": "Button", - "|xns": "Roo" + "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}" + "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" + "text" : "Save", + "xtype" : "Button", + "$ xns" : "Roo", + "* prop" : "buttons[]" } ] } - ], - "permname": "", - "modOrder": "001" + ] } \ No newline at end of file diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index ccd0e296..bb462d81 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -28,317 +28,331 @@ Pman.Dialog.CoreCompanies = { { var _this = this; this.dialog = Roo.factory({ - xtype: 'LayoutDialog', - xns: Roo, - autoCreate : 'true', - closable : false, - collapsible : false, - draggable : false, - height : 400, + center : { + alwaysShowTabs : false, + autoScroll : false, + xtype : 'LayoutRegion', + hideTabs : true, + xns : Roo, + closeOnTab : true, + titlebar : false + }, modal : true, - shadow : 'true', + shadow : true, + collapsible : false, title : "Add / Edit Organization", + xtype : 'LayoutDialog', + autoCreate : true, width : 750, + xns : Roo, + closable : false, + height : 400, + draggable : false, + buttons : [ + { + text : "Cancel", + xtype : 'Button', + xns : Roo, + listeners : { + click : function (_self, e) + { + _this.dialog.hide(); + } + } + }, +{ + text : "Save", + xtype : 'Button', + xns : Roo, + listeners : { + click : function (_self, e) + { + // do some checks? + + + _this.dialog.el.mask("Saving"); + _this.form.doAction("submit"); + + } + } + } + ], items : [ - { - xtype: 'ContentPanel', - xns: Roo, - autoCreate : 'true', - fitToFrame : true, + { region : 'center', + fitToFrame : true, + xtype : 'ContentPanel', + autoCreate : true, + xns : Roo, items : [ - { - xtype: 'Form', - xns: Roo.form, - listeners : { - actionfailed : function(f, act) { - _this.dialog.el.unmask(); - // error msg??? - Pman.standardActionFailed(f,act); - - }, - actioncomplete : function(f, act) { - _this.dialog.el.unmask(); - //console.log('load completed'); - // error messages????? - if(act.type == 'setdata'){ - this.load({ method: 'GET', params: { '_id' : _this.data.id }}); - return; - } - - if (act.type == 'load') { - _this.data = act.result.data; - var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable'; - - - if (_this.form.findField('comptype')) { - _this.form.findField('comptype')[meth](); - } - - // _this.loaded(); - return; - } - - - if (act.type == 'submit') { // only submitted here if we are - _this.dialog.hide(); - - if (_this.callback) { - _this.callback.call(this, act.result.data); - } - return; - } - // unmask?? - }, - rendered : function (form) - { - _this.form = form; - } - }, + { + url : baseURL + '/Roo/Companies.php', fileUpload : true, + xtype : 'Form', labelWidth : 160, - url : baseURL + '/Roo/Companies.php', + xns : Roo.form, + listeners : { + actionfailed : function(f, act) { + _this.dialog.el.unmask(); + // error msg??? + Pman.standardActionFailed(f,act); + + }, + rendered : function (form) + { + _this.form = form; + }, + actioncomplete : function(f, act) { + _this.dialog.el.unmask(); + //console.log('load completed'); + // error messages????? + if(act.type == 'setdata'){ + this.load({ method: 'GET', params: { '_id' : _this.data.id }}); + return; + } + + if (act.type == 'load') { + _this.data = act.result.data; + var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable'; + + + if (_this.form.findField('comptype')) { + _this.form.findField('comptype')[meth](); + } + + // _this.loaded(); + return; + } + + + if (act.type == 'submit') { // only submitted here if we are + _this.dialog.hide(); + + if (_this.callback) { + _this.callback.call(this, act.result.data); + } + return; + } + // unmask?? + } + }, items : [ - { - xtype: 'Column', - xns: Roo.form, + { + xtype : 'Column', + xns : Roo.form, width : 500, items : [ - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Company ID (for filing Ref.)', + xtype : 'TextField', + allowBlank : true, + width : 100, + xns : Roo.form, name : 'code', - qtip : "Enter code", - width : 100 + qtip : "Enter code" }, - { - xtype: 'ComboBox', - xns: Roo.form, - listeners : { - render : function (_self) - { - _this.etypeCombo = _self; - } + { + store : { + proxy : { + url : baseURL + '/Roo/core_enum.php', + method : 'GET', + xtype : 'HttpProxy', + xns : Roo.data + }, + reader : { + id : 'id', + root : 'data', + xtype : 'JsonReader', + fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}], + xns : Roo.data, + totalProperty : 'total' + }, + xtype : 'Store', + remoteSort : true, + sortInfo : { direction : 'ASC', field: 'id' }, + xns : Roo.data, + listeners : { + beforeload : function (_self, o){ + o.params = o.params || {}; + // set more here + //o.params['query[empty_etype]'] = 1; + o.params.etype = 'COMPTYPE'; + } + }, + items : [ + + ] + }, alwaysQuery : true, - displayField : 'display_name', - emptyText : "Select Type", + listWidth : 250, + triggerAction : 'all', fieldLabel : 'Type', forceSelection : true, + selectOnFocus : true, + pageSize : 20, + emptyText : "Select Type", + displayField : 'display_name', hiddenName : 'comptype', - listWidth : 250, - loadingText : "Searching...", minChars : 2, + valueField : 'name', + xtype : 'ComboBox', + typeAhead : false, + width : 200, + xns : Roo.form, name : 'comptype_display_name', - pageSize : 20, qtip : "Select type", queryParam : 'query[name]', - selectOnFocus : true, - tpl : '
{name} : {display_name}
', - triggerAction : 'all', - typeAhead : false, - valueField : 'name', - width : 200, - store : { - xtype: 'Store', - xns: Roo.data, - listeners : { - beforeload : function (_self, o){ - o.params = o.params || {}; - // set more here - //o.params['query[empty_etype]'] = 1; - o.params.etype = 'COMPTYPE'; - } - }, - remoteSort : true, - sortInfo : { direction : 'ASC', field: 'id' }, - proxy : { - xtype: 'HttpProxy', - xns: Roo.data, - method : 'GET', - url : baseURL + '/Roo/core_enum.php' - }, - reader : { - xtype: 'JsonReader', - xns: Roo.data, - id : 'id', - root : 'data', - totalProperty : 'total', - fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}] - } - } + tpl : '
{name} : {display_name}
', + loadingText : "Searching...", + listeners : { + render : function (_self) + { + _this.etypeCombo = _self; + } + }, + items : [ + + ] + }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Company Name', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'name', - qtip : "Enter Company Name", - width : 300 + qtip : "Enter Company Name" }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Phone', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'tel', - qtip : "Enter Phone Number", - width : 300 + qtip : "Enter Phone Number" }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Fax', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'fax', - qtip : "Enter Fax Number", - width : 300 + qtip : "Enter Fax Number" }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Email', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'email', - qtip : "Enter Email Address", - width : 300 + qtip : "Enter Email Address" }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Url', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'url', - qtip : "Enter Url", - width : 300 + qtip : "Enter Url" }, - { - xtype: 'TextField', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Address', + xtype : 'TextField', + allowBlank : true, + width : 300, + xns : Roo.form, name : 'address', - qtip : "Enter Address", - width : 300 + qtip : "Enter Address" }, - { - xtype: 'TextArea', - xns: Roo.form, - allowBlank : true, + { fieldLabel : 'Remarks', + xtype : 'TextArea', + allowBlank : true, + width : 300, + xns : Roo.form, height : 120, name : 'remarks', - qtip : "Enter remarks", - width : 300 + qtip : "Enter remarks" } ] + }, - { - xtype: 'Column', - xns: Roo.form, + { labelAlign : 'top', + xtype : 'Column', width : 200, + xns : Roo.form, items : [ - { - xtype: 'ColorField', - xns: Roo.form, + { fieldLabel : 'Background Colour', + xtype : 'ColorField', + xns : Roo.form, name : 'background_color' }, - { - xtype: 'DisplayField', - 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) { //var vp = v ? v : 'Companies:' + _this.data.id + ':-LOGO'; if (!v) { return "No Image Available" + '
'; } - return String.format('', - baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg' + return String.format('', + baseURL + '/Images/Thumb/150x150/' + v + '/logo.jpg', + baseURL + '/Images/Thumb/'+v+'/logo.jpg', ); - } + }, + icon : 'rootURL + \'images/default/dd/drop-add.gif\'', + width : 170, + xns : Roo.form, + height : 170, + name : 'logo_id' }, - { - xtype: 'Button', - xns: Roo, + { + text : "Add Image", + xtype : 'Button', + xns : Roo, listeners : { - click : function (_self, e) - { - var _t = _this.form.findField('logo_id'); - - Pman.Dialog.Image.show({ - onid :_this.data.id, - ontable : 'Companies', - imgtype : 'LOGO' - }, function(data) { - if (data) { - _t.setValue(data.id); - } - - }); - } - }, - text : "Add Image" + click : function (_self, e) + { + var _t = _this.form.findField('logo_id'); + + Pman.Dialog.Image.show({ + onid :_this.data.id, + ontable : 'Companies', + imgtype : 'LOGO' + }, function(data) { + if (data) { + _t.setValue(data.id); + } + + }); + } + } } ] + }, - { - xtype: 'Hidden', - xns: Roo.form, + { + xtype : 'Hidden', + xns : Roo.form, name : 'id' } ] + } ] - } - ], - center : { - xtype: 'LayoutRegion', - xns: Roo, - alwaysShowTabs : false, - autoScroll : false, - closeOnTab : true, - hideTabs : true, - titlebar : false - }, - buttons : [ - { - xtype: 'Button', - xns: Roo, - listeners : { - click : function (_self, e) - { - _this.dialog.hide(); - } - }, - text : "Cancel" - }, - { - xtype: 'Button', - xns: Roo, - listeners : { - click : function (_self, e) - { - // do some checks? - - - _this.dialog.el.mask("Saving"); - _this.form.doAction("submit"); - - } - }, - text : "Save" + } ] + }); } }; -- 2.39.2