Pman.Tab.AdminContactsGroup.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 02:44:20 +0000 (10:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 02:44:20 +0000 (10:44 +0800)
Pman.Tab.AdminContactsGroup.bjs

index ced3369..703d4d2 100644 (file)
@@ -20,7 +20,7 @@
             "items": [
                 {
                     "listeners": {
-                        "|render": "function() \n{\n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n        _this.grid.ds.load({});\n    }\n}",
+                        "|render": "function() \n{\n    _this.grid = this; \n    _this.dialog = Pman.Dialog.Groups;\n    if (_this.panel.active) {\n        _this.grid.ds.load({});\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",