Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:48:41 +0000 (15:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:48:41 +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 f29c8cd..4e930de 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}"
+                                        "rowclick": "function (_self, rowIndex, e)\n{\n    _this.detailgrid.footer.onClick('first');\n    _this.panel.layout.getRegion('east').getActivePanel().grid.footer.onClick('first');\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "person_name",
index e56f971..2c50d45 100644 (file)
@@ -338,6 +338,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');
                                 }
                             },
                             autoExpandColumn : 'person_name',