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

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

index d9f7240..75fcc14 100644 (file)
                     "items": [
                         {
                             "listeners": {
-                                "|render": "function() \n{\n    _this.hgrid = this; \n    if (_this.hpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
+                                "|render": "function() \n{\n    _this.tgrid = this; \n    if (_this.tpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
                             },
                             "*prop": "grid",
                             "autoExpandColumn": "remarks",
index 5637cb5..d619905 100644 (file)
@@ -1569,8 +1569,8 @@ Pman.Dialog.XtupleTransfer = {
                         listeners : {
                             render : function() 
                             {
-                                _this.hgrid = this; 
-                                if (_this.hpanel.active) {
+                                _this.tgrid = this; 
+                                if (_this.tpanel.active) {
                                    this.footer.onClick('first');
                                 }
                             }