Pman.Tab.XtuplePriceLists.bjs
authorEdward <edward@roojs.com>
Mon, 27 Jan 2014 07:56:01 +0000 (15:56 +0800)
committerEdward <edward@roojs.com>
Mon, 27 Jan 2014 07:56:01 +0000 (15:56 +0800)
Pman.Tab.XtuplePriceLists.js

Pman.Tab.XtuplePriceLists.bjs
Pman.Tab.XtuplePriceLists.js

index 9e5f4dd..3a9fd1d 100644 (file)
                         },
                         {
                             "listeners": {
-                                "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                                "|activate": "function() {\n    _this.ipanel = this;\n    if (_this.igrid) {\n        _this.igrid.footer.onClick('first');\n    }\n}"
                             },
                             "background": true,
                             "fitContainer": true,
index 3c672b3..59331f9 100644 (file)
@@ -294,9 +294,9 @@ Pman.Tab.XtuplePriceLists = new Roo.XComponent({
                         xns: Roo,
                         listeners : {
                             activate : function() {
-                                _this.panel = this;
-                                if (_this.grid) {
-                                    _this.grid.footer.onClick('first');
+                                _this.ipanel = this;
+                                if (_this.igrid) {
+                                    _this.igrid.footer.onClick('first');
                                 }
                             }
                         },