Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:28:42 +0000 (16:28 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Jan 2014 08:28:42 +0000 (16:28 +0800)
Pman.Dialog.XtupleTransfer.js

Pman.Dialog.XtupleTransfer.bjs
Pman.Dialog.XtupleTransfer.js

index 68c5e1b..d9f7240 100644 (file)
                 },
                 {
                     "listeners": {
-                        "|activate": "function() {\n    _this.hpanel = this;\n    if (_this.hgrid) {\n        _this.hgrid.footer.onClick('first');\n    }\n}"
+                        "|activate": "function() {\n    _this.tpanel = this;\n    if (_this.tgrid) {\n        _this.tgrid.footer.onClick('first');\n    }\n}"
                     },
                     "background": true,
                     "fitContainer": true,
index 7a7f6f4..5637cb5 100644 (file)
@@ -1551,9 +1551,9 @@ Pman.Dialog.XtupleTransfer = {
                     xns: Roo,
                     listeners : {
                         activate : function() {
-                            _this.hpanel = this;
-                            if (_this.hgrid) {
-                                _this.hgrid.footer.onClick('first');
+                            _this.tpanel = this;
+                            if (_this.tgrid) {
+                                _this.tgrid.footer.onClick('first');
                             }
                         }
                     },