Pman.Dialog.AdminEnumType.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumType.bjs
1 {
2     "name" : "Pman.Dialog.AdminEnumType",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/michael/gitlive/Pman.Admin/Pman.Dialog.AdminEnumType.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "xtype" : "LayoutDialog",
11             "$ xns" : "Roo",
12             "items" : [
13                 {
14                     "xtype" : "LayoutRegion",
15                     "$ xns" : "Roo",
16                     "String title" : "Edit"
17                 },
18                 {
19                     "xtype" : "ContentPanel",
20                     "$ xns" : "Roo",
21                     "items" : [
22                         {
23                             "xtype" : "Form",
24                             "$ xns" : "Roo.form"
25                         }
26                     ]
27                 },
28                 {
29                     "xtype" : "Button",
30                     "$ xns" : "Roo"
31                 }
32             ]
33         }
34     ]
35 }