Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 05:11:08 +0000 (13:11 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 05:11:08 +0000 (13:11 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index 6ed4e9c..05339d0 100644 (file)
     },
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n    if(!_this.form.isValid()){\n        return;\n    }\n    Roo.log('submit');\n    return;\n    _this.dialog.el.mask('Sending...');\n    _this.form.doAction('submit');\n    \n}"
+      "click" : "function (_self, e)\n{\n    if(!_this.form.isValid()){\n        return;\n    }\n\n    _this.dialog.el.mask('Sending...');\n    _this.form.doAction('submit');\n    \n}"
      },
      "String weight" : "primary",
      "xtype" : "Button",
index 25b93da..32067bd 100644 (file)
@@ -102,8 +102,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             if(!_this.form.isValid()){
                 return;
             }
-            Roo.log('submit');
-            return;
+        
             _this.dialog.el.mask('Sending...');
             _this.form.doAction('submit');