Pman.Tab.AdminEnum.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 13 Jan 2015 05:25:56 +0000 (13:25 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Jan 2015 05:25:56 +0000 (13:25 +0800)
Pman.Tab.AdminEnum.js

Pman.Tab.AdminEnum.bjs
Pman.Tab.AdminEnum.js

index b18c4b7..ba66ce9 100644 (file)
@@ -29,7 +29,7 @@
                         },
                         {
                             "listeners" : {
-                                "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                                "|activate" : "function() {\n    _this.epanel = this;\n    if (_this.egrid) {\n        _this.egrid.footer.onClick('first');\n    }\n}"
                             },
                             "background" : false,
                             "region" : "west",
index 2d4ec53..4b03112 100644 (file)
@@ -403,9 +403,9 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
                         tableName : 'core_enum',
                         listeners : {
                                activate : function() {
-                                      _this.panel = this;
-                                      if (_this.grid) {
-                                          _this.grid.footer.onClick('first');
+                                      _this.epanel = this;
+                                      if (_this.egrid) {
+                                          _this.egrid.footer.onClick('first');
                                       }
                                   }
                         },