sync
[Pman.Admin] / Pman.Dialog.AdminEnumType.bjs~
1 {
2     "name" : "Pman.Dialog.AdminEnumType",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/alan/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 <<<<<<< HEAD
16                     "$ xns" : "Roo",
17                     "String title" : "Edit"
18                 },
19                 {
20                     "xtype" : "ContentPanel",
21                     "$ xns" : "Roo",
22                     "items" : [
23                         {
24                             "xtype" : "Form",
25                             "$ xns" : "Roo.form"
26                         }
27                     ]
28                 },
29                 {
30                     "xtype" : "Button",
31                     "String text" : "Save",
32                     "$ xns" : "Roo"
33                 },
34                 {
35                     "xtype" : "Button",
36                     "String text" : "Cancel",
37 =======
38 >>>>>>> be2b32ec3940f51083d62854828ab95a2787c3c2
39                     "$ xns" : "Roo"
40                 }
41             ]
42         }
43     ]
44 }