From 4725ae46cefcfbe321a2f0f0061d64485b46f354 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 18 Sep 2017 11:42:34 +0800 Subject: [PATCH] sync --- Pman.Dialog.CoreCompanies.bjs | 16 ++++++++-------- Pman.Dialog.CoreCompanies.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pman.Dialog.CoreCompanies.bjs b/Pman.Dialog.CoreCompanies.bjs index a4d521e5..463b7fe4 100644 --- a/Pman.Dialog.CoreCompanies.bjs +++ b/Pman.Dialog.CoreCompanies.bjs @@ -2,7 +2,7 @@ "name" : "Pman.Dialog.CoreCompanies", "parent" : "", "title" : "", - "path" : "/home/johns/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", + "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs", "permname" : "", "modOrder" : "001", "strings" : { @@ -67,8 +67,8 @@ { "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}" + "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/core_company.php'", "fileUpload" : true, @@ -78,8 +78,8 @@ "items" : [ { "xtype" : "Column", - "width" : 500, "$ xns" : "Roo.form", + "width" : 500, "items" : [ { "fieldLabel" : "Company ID (for filing Ref.)", @@ -94,9 +94,9 @@ "listeners" : { "render" : "function (_self)\n{\n _this.etypeCombo = _self;\n}" }, + "Boolean allowBlank" : false, "alwaysQuery" : true, "listWidth" : 250, - "Boolean allowBlank" : false, "triggerAction" : "all", "fieldLabel" : "Type", "forceSelection" : true, @@ -129,8 +129,8 @@ "items" : [ { "$ url" : "baseURL + '/Roo/core_enum.php'", - "xtype" : "HttpProxy", "method" : "GET", + "xtype" : "HttpProxy", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -227,8 +227,8 @@ }, { "fieldLabel" : "Logo Image", - "xtype" : "DisplayField", "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, @@ -238,7 +238,7 @@ }, { "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}" + "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 : 'core_company',\n imgtype : 'LOGO'\n }, function(data) {\n if (data) {\n _t.setValue(data.id);\n }\n \n });\n}" }, "text" : "Add Image", "xtype" : "Button", diff --git a/Pman.Dialog.CoreCompanies.js b/Pman.Dialog.CoreCompanies.js index da2112a8..3f6f3e56 100644 --- a/Pman.Dialog.CoreCompanies.js +++ b/Pman.Dialog.CoreCompanies.js @@ -399,7 +399,7 @@ Pman.Dialog.CoreCompanies = { Pman.Dialog.Image.show({ onid :_this.data.id, - ontable : 'Companies', + ontable : 'core_company', imgtype : 'LOGO' }, function(data) { if (data) { -- 2.39.2