From: Alan Knowles Date: Fri, 26 Oct 2018 04:43:14 +0000 (+0800) Subject: Pman.Dialog.CoreProject.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e61b25c234752f11075ad2d8558793124ea7c813 Pman.Dialog.CoreProject.bjs Pman.Dialog.CoreProject.js --- diff --git a/Pman.Dialog.CoreProject.bjs b/Pman.Dialog.CoreProject.bjs index fd654b4a..926e967d 100644 --- a/Pman.Dialog.CoreProject.bjs +++ b/Pman.Dialog.CoreProject.bjs @@ -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'", diff --git a/Pman.Dialog.CoreProject.js b/Pman.Dialog.CoreProject.js index a6e8e682..99e32d05 100644 --- a/Pman.Dialog.CoreProject.js +++ b/Pman.Dialog.CoreProject.js @@ -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) {