From: edward Date: Thu, 15 Feb 2018 04:06:59 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2219f976e781464101d497b865dd5be62a438cfe Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index cb0f1134..89a78802 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -28,7 +28,7 @@ { "listeners" : { "actionfailed" : "function (_self, action)\n{\n _this.dialog.el.unmask();\n Roo.log(\"action failed\");\n Roo.log(action);\n \n if(!action.result.errorMsg){\n Roo.bootstrap.MessageBox.alert(\"Error\", \"Please contact system adminisrator\");\n }\n \n var msg = action.result.errorMsg;\n \n if(msg.length >= 200){\n msg = msg.substring(0,199) + '...'\n }\n \n Roo.bootstrap.MessageBox.alert(\"Error\", msg);\n}", - "actioncomplete" : "function (_self, action)\n{\n if (action.type == 'setdata') {\n \n return;\n }\n if (action.type == 'load') {\n \n if(_this.data.status * 1 == 0){\n _this.form.findField('status').reset();\n }\n \n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.hide();\n \n Roo.get(document.body).mask('Start your Application');\n \n setTimeout(function() {\n window.location.href = baseURL;\n }, 500); \n \n return;\n }\n \n}", + "actioncomplete" : "function (_self, action)\n{\n if (action.type == 'setdata') {\n \n return;\n }\n if (action.type == 'load') {\n \n if(_this.data.status * 1 == 0){\n _this.form.findField('status').reset();\n }\n \n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.hide();\n \n return;\n }\n \n}", "render" : "function (_self,e)\n{\n _this.form = _self;\n \n}" }, "$ string url" : "baseURL + '/Core/VerifyAccess'", @@ -171,7 +171,6 @@ }, { "listeners" : { - "render" : "function (_self)\n{\n _this.btn_ok = _self;\n}", "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n \n var p1 = _this.form.findField('password').getValue();\n var p2 = _this.form.findField('password1').getValue();\n \n if (p1 != p2) {\n _this.form.findField('password1').markInvalid('Password do not match');\n return;\n }\n \n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" }, "String weight" : "primary", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 59d3b964..2b49e83d 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -107,10 +107,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _this.dialog.el.mask('Sending...'); _this.form.doAction('submit'); - }, - render : function (_self) - { - _this.btn_ok = _self; } }, xns : Roo.bootstrap, @@ -187,12 +183,6 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _this.dialog.hide(); - Roo.get(document.body).mask('Start your Application'); - - setTimeout(function() { - window.location.href = baseURL; - }, 500); - return; }