Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
[Pman.BAdmin] / Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
index 8232c68..5fc4e1c 100644 (file)
      "String html" : "Cancel",
      "* prop" : "buttons[]"
     },
+    {
+     "listeners" : {
+      "render" : "function (_self)\n{\n    _this.cancelBtn = this;\n}",
+      "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n    \n    return;\n}"
+     },
+     "String weight" : "default",
+     "xtype" : "Button",
+     "$ xns" : "Roo.bootstrap",
+     "String html" : "Cancel",
+     "* prop" : "buttons[]"
+    },
     {
      "listeners" : {
       "click" : "function (_self, e)\n{\n    _this.form.doAction('submit');\n}"