Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Wed, 22 Jan 2014 04:21:29 +0000 (12:21 +0800)
committerEdward <edward@roojs.com>
Wed, 22 Jan 2014 04:21:29 +0000 (12:21 +0800)
Pman.Dialog.XtupleTransfer.js

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

index 0dceb54..d6e9f7d 100644 (file)
                 },
                 {
                     "listeners": {
-                        "|activate": "function() {\n    _this.tpanel = this;\n    if (_this.tgrid) {\n        _this.tgrid.footer.onClick('first');\n    }\n}"
+                        "|activate": "function() {\n    _this.tpanel = this;\n    if (_this.tgrid) {\n        _this.tgrid.ds.load({});\n    }\n}"
                     },
                     "background": true,
                     "fitContainer": true,
index 50748cc..4f469dc 100644 (file)
@@ -1553,7 +1553,7 @@ Pman.Dialog.XtupleTransfer = {
                         activate : function() {
                             _this.tpanel = this;
                             if (_this.tgrid) {
-                                _this.tgrid.footer.onClick('first');
+                                _this.tgrid.ds.load({});
                             }
                         }
                     },