Pman.Dialog.BuilderForm.bjs
[Pman.Builder] / Pman.Dialog.BuilderForm.bjs
1 {
2     "id": "roo-file-204",
3     "name": "Pman.Dialog.BuilderForm",
4     "parent": "",
5     "title": "",
6     "path": "/home/alan/gitlive/Pman.Builder/Pman.Dialog.BuilderForm.bjs",
7     "items": [
8         {
9             "closable": true,
10             "height": 600,
11             "width": 800,
12             "xtype": "LayoutDialog",
13             "|xns": "Roo",
14             "items": [
15                 {
16                     "|xns": "Roo",
17                     "xtype": "LayoutRegion",
18                     "*prop": "center"
19                 },
20                 {
21                     "region": "center",
22                     "xtype": "GridPanel",
23                     "|xns": "Roo",
24                     "items": [
25                         {
26                             "|xns": "Roo.grid",
27                             "xtype": "EditorGrid",
28                             "*prop": "grid",
29                             "items": [
30                                 {
31                                     "|xns": "Roo.data",
32                                     "xtype": "Store",
33                                     "*prop": "ds"
34                                 },
35                                 {
36                                     "*prop": "cm[]",
37                                     "header": "Label",
38                                     "xtype": "ColumnModel",
39                                     "|xns": "Roo.grid"
40                                 },
41                                 {
42                                     "*prop": "cm[]",
43                                     "header": "Source Data",
44                                     "xtype": "ColumnModel",
45                                     "|xns": "Roo.grid"
46                                 },
47                                 {
48                                     "*prop": "cm[]",
49                                     "header": "Source Data",
50                                     "xtype": "ColumnModel",
51                                     "|xns": "Roo.grid"
52                                 }
53                             ]
54                         }
55                     ]
56                 },
57                 {
58                     "*prop": "buttons[]",
59                     "text": "Cancel",
60                     "xtype": "Button",
61                     "|xns": "Roo"
62                 },
63                 {
64                     "*prop": "buttons[]",
65                     "text": "Save",
66                     "xtype": "Button",
67                     "|xns": "Roo"
68                 }
69             ]
70         }
71     ],
72     "permname": "",
73     "modOrder": "001"
74 }