Pman.Dialog.XtupleJournalEntry.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:44:49 +0000 (17:44 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 09:44:49 +0000 (17:44 +0800)
Pman.Dialog.XtupleJournalEntry.js

Pman.Dialog.XtupleJournalEntry.bjs
Pman.Dialog.XtupleJournalEntry.js

index b142e4a..08fd97f 100644 (file)
@@ -34,7 +34,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       if (_this.data.gltrans_id) {\n            this.load({ method: 'GET', params: { '_id' : _this.data.gltrans_id }});\n           return;\n       }\n       this.grid.footer.onClick('first'); // clear..\n       return;\n    }\n    if (action.type == 'load') {\n         this.grid.footer.onClick('first');\n        return;\n    }\n    if (action.type =='submit') {\n    \n        \n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
+                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       if (_this.data.gltrans_id) {\n            this.load({ method: 'GET', params: { '_id' : _this.data.gltrans_id }});\n           return;\n       }\n       _this.grid.footer.onClick('first'); // clear..\n       return;\n    }\n    if (action.type == 'load') {\n         _this.grid.footer.onClick('first');\n        return;\n    }\n    if (action.type =='submit') {\n    \n        \n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
                             },
                             "labelAlign": "right",
index 3f5f5e9..4d4f4b8 100644 (file)
@@ -55,11 +55,11 @@ Pman.Dialog.XtupleJournalEntry = {
                                             this.load({ method: 'GET', params: { '_id' : _this.data.gltrans_id }});
                                            return;
                                        }
-                                       this.grid.footer.onClick('first'); // clear..
+                                       _this.grid.footer.onClick('first'); // clear..
                                        return;
                                     }
                                     if (action.type == 'load') {
-                                         this.grid.footer.onClick('first');
+                                         _this.grid.footer.onClick('first');
                                         return;
                                     }
                                     if (action.type =='submit') {