MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 14:31:57 +0000 (22:31 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 14:31:57 +0000 (22:31 +0800)
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.bjs
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.js
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.js

MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.bjs
MTrackWeb/templates/images/MTrackWeb/MTrackWeb.DialogTicket.js

index fbe6152..9c756de 100644 (file)
@@ -28,7 +28,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\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       this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       return;\n    }\n    if (action.type == 'load') {\n       \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"
                             },
                             "method": "POST",
index 7738cf0..fab0f90 100644 (file)
@@ -51,16 +51,16 @@ MTrackWeb.DialogTicket = {
                                 {
                                     if (action.type == 'setdata') {
                                        //_this.dialog.el.mask("Loading");
-                                       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});
+                                       this.load({ method: 'GET', params: { '_id' : _this.data.id }});
                                        return;
                                     }
                                     if (action.type == 'load') {
-                                        _this.dialog.el.unmask();
+                                       
                                         return;
                                     }
                                     if (action.type =='submit') {
                                     
-                                        _this.dialog.el.unmask();
+                                       
                                         _this.dialog.hide();
                                     
                                          if (_this.callback) {