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            "String name" : "name",
37            "xtype" : "Input",
38            "string fieldLabel" : "Name",
39            "$ xns" : "Roo.bootstrap"
40           }
41          ]
42         }
43        ]
44       }
45      ]
46     },
47     {
48      "String cls" : "",
49      "String weight" : "primary",
50      "xtype" : "Button",
51      "$ xns" : "Roo.bootstrap",
52      "String style" : "",
53      "* prop" : "buttons[]",
54      "$ prop" : "button[]"
55     }
56    ]
57   }
58  ]
59 }