Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:03:27 +0000 (15:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:03:27 +0000 (15:03 +0800)
Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js
Pman.Tab.AdminLogDrill.js

Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js

index 4852a95..13e8b36 100644 (file)
                             "items": [
                                 {
                                     "listeners": {
-                                        "|render": "function() \n{\n    _this.tablegrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.tablepanel.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"
+                                        "|render": "function() \n{\n    _this.tablegrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.tablepanel.active) {\n       this.footer.onClick('first');\n    }\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "person_name",
index 112ba9f..f4a15bf 100644 (file)
@@ -322,13 +322,6 @@ Pman.Tab.AdminLogDrill = new Roo.util.Observable({
                                     if (_this.tablepanel.active) {
                                        this.footer.onClick('first');
                                     }
-                                },
-                                rowdblclick : function (_self, rowIndex, e)
-                                {
-                                    if (!_this.dialog) return;
-                                    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
-                                        _this.grid.footer.onClick('first');
-                                    }); 
                                 }
                             },
                             autoExpandColumn : 'person_name',