From 1fe8423f43208d213a0ed506f94e2598d5370d33 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Dec 2018 16:03:28 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.bjs Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.bjs | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Pman.Tab.AdminContacts.bjs b/Pman.Tab.AdminContacts.bjs index 26f5e63..4aa1d91 100644 --- a/Pman.Tab.AdminContacts.bjs +++ b/Pman.Tab.AdminContacts.bjs @@ -2,7 +2,7 @@ "name" : "Pman.Tab.AdminContacts", "parent" : "Pman.Tab.AdminContactsManager", "title" : "Pman.Tab.AdminContacts", - "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman/Admin/Pman.Tab.AdminContacts.bjs", + "path" : "/home/edward/gitlive/Pman.Admin/Pman.Tab.AdminContacts.bjs", "permname" : "Core.Person", "modOrder" : "001", "strings" : { @@ -31,6 +31,11 @@ "d4d25ad0a12e8d30e9d8d35230f6d1d3" : "Show Removed", "9810aa2b9f44401be4bf73188ef2b67d" : "Fax" }, + "named_strings" : { + "company_name_emptyText" : "99b344c8ae43e3e7213862b8f35c4e51", + "company_name_qtip" : "9675747b5ab12d05f18518761e68a533", + "company_name_loadingText" : "1243daf593fa297e07ab03bf06d925af" + }, "items" : [ { "listeners" : { @@ -49,8 +54,8 @@ { "listeners" : { "|rowdblclick" : "function (_self, rowIndex, e)\n{\n if (!_this.dialog) {\n return;\n }\n _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n _this.grid.footer.onClick('first');\n }); \n}\n", - "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n\n var di = this.colModel.getDataIndex(columnIndex);\n if (di != 'active') {\n return;\n }\n \n var rec = _this.grid.ds.getAt(rowIndex);\n \n rec.set('active', rec.data.active ? 0 : 1);\n rec.commit();\n \n \n}", - "|render" : "function() \n{\n _this.grid = this; \n if (!_this.dialog) {\n _this.dialog = Pman.Dialog.PersonEdit;\n \n }\n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}" + "|render" : "function() \n{\n _this.grid = this; \n if (!_this.dialog) {\n _this.dialog = Pman.Dialog.PersonEdit;\n \n }\n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", + "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n\n var di = this.colModel.getDataIndex(columnIndex);\n if (di != 'active') {\n return;\n }\n \n var rec = _this.grid.ds.getAt(rowIndex);\n \n rec.set('active', rec.data.active ? 0 : 1);\n rec.commit();\n \n \n}" }, "autoExpandColumn" : "name", "xtype" : "Grid", @@ -73,8 +78,8 @@ "items" : [ { "$ url" : "baseURL + '/Roo/Person.php'", - "method" : "GET", "xtype" : "HttpProxy", + "method" : "GET", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -161,8 +166,8 @@ "items" : [ { "$ url" : "baseURL + '/Roo/core_company'", - "method" : "GET", "xtype" : "HttpProxy", + "method" : "GET", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -314,8 +319,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Role", "width" : 100, + "header" : "Role", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -323,8 +328,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Phone", "width" : 100, + "header" : "Phone", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -332,8 +337,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Fax", "width" : 100, + "header" : "Fax", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -351,8 +356,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Active", "width" : 75, + "header" : "Active", "$ renderer" : "function(v) { \n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", -- 2.39.2