Pman.Dialog.CoreProject.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:43:14 +0000 (12:43 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:43:14 +0000 (12:43 +0800)
Pman.Dialog.CoreProject.js

Pman.Dialog.CoreProject.bjs
Pman.Dialog.CoreProject.js

index fd654b4..926e967 100644 (file)
@@ -74,7 +74,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"
        },
        "$ url" : "baseURL + '/Roo/Projects.php'",
index a6e8e68..99e32d0 100644 (file)
@@ -143,12 +143,12 @@ Pman.Dialog.CoreProject = {
                  return;
               }
               if (action.type == 'load') {
-                  _this.dialog.el.unmask();
+           
                   return;
               }
               if (action.type =='submit') {
               
-                  _this.dialog.el.unmask();
+           
                   _this.dialog.hide();
               
                    if (_this.callback) {