From 2059c63fe976abeb4966b76cfdcffc9ff88c03ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 25 Feb 2011 15:22:06 +0800 Subject: [PATCH] Pman.Tab.AdminProjectManager.bjs --- Pman.Tab.AdminProjectManager.bjs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Pman.Tab.AdminProjectManager.bjs b/Pman.Tab.AdminProjectManager.bjs index f4887b1..f8b15a2 100644 --- a/Pman.Tab.AdminProjectManager.bjs +++ b/Pman.Tab.AdminProjectManager.bjs @@ -41,15 +41,16 @@ }, "items": [ { - "*prop": "grid", - "xtype": "Grid", - "autoExpandColumn": "name", - "loadMask": true, "listeners": { "|render": "function() \n{\n _this.grid = this; \n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", "|rowdblclick": "function (_self, rowIndex, e)\n{\n if (!_this.dialog) return;\n _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n _this.grid.footer.onClick('first');\n }); \n}\n" }, + "*prop": "grid", + "autoExpandColumn": "name", + "loadMask": true, + "xtype": "Grid", "|xns": "Roo.grid", + "|": "function() {\n \n}\n", "items": [ { "listeners": { -- 2.39.2