Pman.Tab.AdminContactsGroup.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 03:11:14 +0000 (11:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 Jan 2011 03:11:14 +0000 (11:11 +0800)
Pman.Tab.AdminContactsGroup.bjs

index 6b3f1bd..833fdb5 100644 (file)
@@ -21,7 +21,7 @@
                 {
                     "listeners": {
                         "|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    var s = his.getDataSource().getAt(rowIndex);\n    if (s.data.id < 1 ) {\n        return;\n    }\n    _this.dialog.show( s.data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n"
+                        "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    var s = this.getDataSource().getAt(rowIndex);\n    if (s.data.id < 1 ) {\n        return;\n    }\n    _this.dialog.show( s.data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n"
                     },
                     "*prop": "grid",
                     "autoExpandColumn": "name",