Pman.Dialog.LoginNotice.bjs
[Pman.BAdmin] / Pman.Dialog.LoginNotice.bjs
1 {
2  "name" : "Pman.Dialog.LoginNotice",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Dialog.LoginNotice.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "095afbf2f1f0e5be678f5dac5c54e717" : "Access Denied",
10   "24efa7ee4511563b16144f39706d594f" : "Notice",
11   "e0aa021e21dddbd6d8cecec71e9cf564" : "OK"
12  },
13  "items" : [
14   {
15    "listeners" : {
16     "show" : "function (_self)\n{\n    \n}"
17    },
18    "String cls" : "enable-overflow",
19    "String size" : "lg",
20    "xtype" : "Modal",
21    "$ xns" : "Roo.bootstrap",
22    "String title" : "Notice",
23    "items" : [
24     {
25      "String weight" : "primary",
26      "xtype" : "Button",
27      "$ xns" : "Roo.bootstrap",
28      "String html" : "OK",
29      "* prop" : "buttons[]",
30      "string name" : "ok"
31     },
32     {
33      "xtype" : "Row",
34      "$ xns" : "Roo.bootstrap",
35      "items" : [
36       {
37        "listeners" : {
38         "render" : "function (_self)\n{\n    _this.notice = this;\n}"
39        },
40        "Number md" : 12,
41        "xtype" : "Column",
42        "$ xns" : "Roo.bootstrap",
43        "String html" : "Access Denied"
44       }
45      ]
46     }
47    ]
48   }
49  ]
50 }