PHP8
[Pman.BAdmin] / Pman.Dialog.BAdminCoreEnum.bjs
index 7ae8a10..f92bd29 100644 (file)
@@ -9,6 +9,7 @@
   "d5cf6a6c4887716d7a14a84d9ba81b02" : "Add / Edit Pulldown Option",
   "b48968e1c912da07df5e8d6d246291ec" : "Display Name",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
+  "688a7766da608ca2b2fe6a7d1c0d7ccb" : "Sequence Number",
   "49ee3087348e8d44e1feda1917443987" : "Name",
   "c9cc8cce247e49bae79f15173ce97354" : "Save"
  },
@@ -22,7 +23,7 @@
     {
      "listeners" : {
       "actionfailed" : "function (_self, action)\n{\n    Roo.bootstrap.MessageBox.alert('Error', action.result.errorMsg);\n}",
-      "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata'){\n    \n       if(_this.data.id * 1 > 0) {\n        \n            _this.dialog.el.mask('Loading...');\n            \n            this.doAction('load',{ method: 'GET', params: { '_id' : _this.data.id }});\n        } \n        \n        return;\n    }\n   \n    if (action.type == 'load') {\n        _this.data = action.result.data;\n        return;\n    }\n    \n    \n    if (action.type == 'submit') {\n    \n        _this.dialog.hide();\n       \n        if (_this.callback) {\n            _this.callback.call(this, action.result.data);\n        }\n        \n        return; \n    }\n}",
+      "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata') {\n    \n       if(_this.data.id * 1 > 0) {\n            \n            this.doAction('load',{ method: 'GET', params: { '_id' : _this.data.id }});\n        } \n        \n        return;\n    }\n   \n    if (action.type == 'load') {\n    \n        _this.data = action.result.data;\n        \n        return;\n    }\n    \n    \n    if (action.type == 'submit') {\n    \n        _this.dialog.hide();\n       \n        if (_this.callback) {\n            _this.callback.call(this, action.result.data);\n        }\n        \n        return; \n    }\n}",
       "render" : "function (_self)\n{\n    _this.form = _self;\n}"
      },
      "$ url" : "baseURL + '/Roo/Core_enum' ",
        "string fieldLabel" : "Display Name",
        "$ xns" : "Roo.bootstrap"
       },
+      {
+       "String name" : "seqid",
+       "xtype" : "Input",
+       "string fieldLabel" : "Sequence Number",
+       "String inputType" : "number",
+       "$ xns" : "Roo.bootstrap"
+      },
       {
        "Boolean checked" : true,
-       "xtype" : "CheckBox",
        "String valueOff" : 0,
+       "xtype" : "CheckBox",
        "String boxLabel" : "Active",
        "$ xns" : "Roo.bootstrap",
        "String inputValue" : 1
@@ -76,7 +84,7 @@
     },
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n    if(!_this.form.isValid()){\n        Roo.bootstrap.MessageBox.alert('Error', 'Please Correct all the errors in red');\n        return;\n    }\n    \n    var myID = _this.form.findField('id').getValue() * 1;\n    var myName = _this.form.findField('name').getValue();\n\n    if (_this.form.findField('company_id') && !_this.form.findField('company_id').getValue()) {\n        Roo.bootstrap.MessageBox.alert(\"Error\", \"Select a Company\");\n        return;\n    }\n        \n       // validate password match (only needed if we are not using generated one..\n    if (_this.form.findField('passwd1') \n            && _this.form.findField('passwd1').getValue().length > 0 \n            && _this.form.findField('passwd1').inputEl().dom.type == \"password\") {\n            \n        var p1 = _this.form.findField('passwd1').getValue();\n        var p2 = _this.form.findField('passwd2').getValue();\n            \n            \n        if (Pman.Login.authUser.id < 0 && !p1.length) {\n            Roo.bootstrap.MessageBox.alert(\"Error\", \"You must create a password for the admin account\");\n            return;\n        }\n            \n            \n        if (p1.length || p2.length) {\n            if (p1 != p2) {\n                Roo.bootstrap.MessageBox.alert(\"Error\", \"Passwords do not match\");\n                return;\n            }\n        }\n            \n        \n    }\n    _this.form.doAction(\"submit\");\n\n  \n\n    return;\n}"
+      "click" : "function (_self, e)\n{\n    _this.form.doAction(\"submit\");\n    \n    return;\n}"
      },
      "String weight" : "primary",
      "xtype" : "Button",