From: Alan Knowles Date: Fri, 25 Feb 2011 08:28:04 +0000 (+0800) Subject: Pman.Tab.AdminProjectMembers.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d75196a2ab0bca13a10e08d9066dcf89b534c317 Pman.Tab.AdminProjectMembers.bjs --- diff --git a/Pman.Tab.AdminProjectMembers.bjs b/Pman.Tab.AdminProjectMembers.bjs index 49c8f65..8cb9874 100644 --- a/Pman.Tab.AdminProjectMembers.bjs +++ b/Pman.Tab.AdminProjectMembers.bjs @@ -19,15 +19,16 @@ "|xns": "Roo", "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", + "": "", "items": [ { "listeners": {