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

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

index 4e930de..9d258be 100644 (file)
                                 {
                                     "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}",
-                                        "rowclick": "function (_self, rowIndex, e)\n{\n    _this.detailgrid.footer.onClick('first');\n    _this.panel.layout.getRegion('east').getActivePanel().grid.footer.onClick('first');\n}"
+                                        "rowclick": "function (_self, rowIndex, e)\n{\n \n    _this.panel.layout.getRegion('east').getActivePanel().grid.footer.onClick('first');\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "person_name",
index 2c50d45..d93632e 100644 (file)
@@ -337,7 +337,7 @@ Pman.Tab.AdminLogDrill = new Roo.util.Observable({
                                 },
                                 rowclick : function (_self, rowIndex, e)
                                 {
-                                    _this.detailgrid.footer.onClick('first');
+                                 
                                     _this.panel.layout.getRegion('east').getActivePanel().grid.footer.onClick('first');
                                 }
                             },