Pman.Dialog.PersonEditor.bjs
[Pman.BAdmin] / Pman.Dialog.PersonEditor.bjs
1 {
2  "name" : "Pman.Dialog.PersonEditor",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/khlau/gitlive/Pman.BAdmin/Pman.Dialog.PersonEditor.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "49ee3087348e8d44e1feda1917443987" : "Name",
10   "11dcfc58d8c9aed80d13d85369b854db" : "Person Editor"
11  },
12  "items" : [
13   {
14    "listeners" : {
15     "render" : "function (_self)\n{\n    _this.modal = _self;\n}"
16    },
17    "xtype" : "Modal",
18    "$ xns" : "Roo.bootstrap",
19    "String title" : "Person Editor",
20    "items" : [
21     {
22      "xtype" : "Form",
23      "$ xns" : "Roo.bootstrap",
24      "items" : [
25       {
26        "String cls" : "col-md-12",
27        "xtype" : "Row",
28        "$ xns" : "Roo.bootstrap",
29        "items" : [
30         {
31          "String cls" : "col-sm-12",
32          "xtype" : "Container",
33          "$ xns" : "Roo.bootstrap",
34          "items" : [
35           {
36            "listeners" : {
37             "render" : "function (_self)\n{\n    _this.userNmae = self;\n}"
38            },
39            "String name" : "name",
40            "xtype" : "Input",
41            "string fieldLabel" : "Name",
42            "$ xns" : "Roo.bootstrap"
43           }
44          ]
45         }
46        ]
47       }
48      ]
49     },
50     {
51      "String cls" : "",
52      "String weight" : "primary",
53      "xtype" : "Button",
54      "$ xns" : "Roo.bootstrap",
55      "String style" : "",
56      "* prop" : "buttons[]",
57      "$ prop" : "button[]"
58     }
59    ]
60   }
61  ]
62 }