Pman.Dialog.BAdminCoreEnum.bjs
[Pman.BAdmin] / Pman.Dialog.BAdminCoreEnum.bjs
1 {
2  "name" : "Pman.Dialog.BAdminCoreEnum",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Dialog.BAdminCoreEnum.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
10   "106eefbc3cdf294434c52c2638ce28df" : "Add / Edit Group",
11   "49ee3087348e8d44e1feda1917443987" : "Name",
12   "c9cc8cce247e49bae79f15173ce97354" : "Save"
13  },
14  "items" : [
15   {
16    "String cls" : "enable-overflow",
17    "xtype" : "Modal",
18    "$ xns" : "Roo.bootstrap",
19    "String title" : "Add / Edit Group",
20    "items" : [
21     {
22      "listeners" : {
23       "actionfailed" : "function (_self, action)\n{\n    Roo.log(action);\n    Roo.bootstrap.MessageBox.alert('Error', action.result.errorMsg);\n}",
24       "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata'){\n    \n       if(_this.data.id * 1 > 0) {\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}",
25       "render" : "function (_self)\n{\n    _this.form = _self;\n}"
26      },
27      "$ url" : "baseURL + '/Roo/Core_group' ",
28      "xtype" : "Form",
29      "String labelAlign" : "top",
30      "$ xns" : "Roo.bootstrap",
31      "items" : [
32       {
33        "String name" : "name",
34        "xtype" : "Input",
35        "string placeholder" : "Name",
36        "$ xns" : "Roo.bootstrap"
37       },
38       {
39        "String name" : "id",
40        "xtype" : "Input",
41        "String inputType" : "hidden",
42        "$ xns" : "Roo.bootstrap"
43       }
44      ]
45     },
46     {
47      "listeners" : {
48       "click" : "function (_self, e)\n{\n    _this.dialog.hide(); \n}"
49      },
50      "xtype" : "Button",
51      "$ xns" : "Roo.bootstrap",
52      "String html" : "Cancel",
53      "* prop" : "buttons[]"
54     },
55     {
56      "listeners" : {
57       "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}"
58      },
59      "String weight" : "primary",
60      "xtype" : "Button",
61      "$ xns" : "Roo.bootstrap",
62      "String html" : "Save",
63      "* prop" : "buttons[]"
64     }
65    ]
66   }
67  ]
68 }