From 6c39935620c2d23ef8d706d4405f138c33c38254 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 25 Jun 2015 16:39:29 +0800 Subject: [PATCH] Pman.Tab.AdminCompanies.bjs Pman.Tab.AdminCompanies.js --- Pman.Tab.AdminCompanies.bjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Pman.Tab.AdminCompanies.bjs b/Pman.Tab.AdminCompanies.bjs index 8a567bd..480c0cc 100644 --- a/Pman.Tab.AdminCompanies.bjs +++ b/Pman.Tab.AdminCompanies.bjs @@ -24,8 +24,8 @@ "items" : [ { "region" : "center", - "title" : "Companies", "xtype" : "NestedLayoutPanel", + "title" : "Companies", "$ xns" : "Roo", "items" : [ { @@ -50,9 +50,9 @@ "listeners" : { "|activate" : "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" }, + "background" : true, "region" : "center", "fitToframe" : true, - "background" : true, "title" : "Companies", "xtype" : "GridPanel", "fitContainer" : true, @@ -87,8 +87,8 @@ "load" : "function (This, o, arg)\n{\n \n}" }, "$ url" : "baseURL + '/Roo/Companies.php'", - "method" : "GET", "xtype" : "HttpProxy", + "method" : "GET", "$ xns" : "Roo.data", "* prop" : "proxy" }, @@ -212,8 +212,8 @@ }, { "xtype" : "ColumnModel", - "width" : 100, "header" : "Tel", + "width" : 100, "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -221,8 +221,8 @@ }, { "xtype" : "ColumnModel", - "width" : 100, "header" : "Fax", + "width" : 100, "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", @@ -250,8 +250,8 @@ }, { "xtype" : "ColumnModel", - "header" : "Remarks", "width" : 200, + "header" : "Remarks", "$ renderer" : "function(v) { return String.format('{0}', v); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", -- 2.39.2