examples/layout/viewpanel.bjs
[roojs1] / examples / layout / viewpanel.bjs
1 {
2     "id": "roo-file-331",
3     "name": "viewpanel",
4     "parent": "",
5     "title": "",
6     "path": "/home/chris/gitlive/roojs1/examples/layout/viewpanel.bjs",
7     "items": [
8         {
9             "xtype": "ViewPanel",
10             "|xns": "Roo",
11             "items": [
12                 {
13                     "*prop": "view",
14                     "xtype": "View",
15                     "|xns": "Roo",
16                     "items": [
17                         {
18                             "|xns": "Roo.data",
19                             "xtype": "Store",
20                             "*prop": "store",
21                             "items": [
22                                 {
23                                     "|xns": "Roo.data",
24                                     "xtype": "HttpProxy",
25                                     "*prop": "proxy"
26                                 },
27                                 {
28                                     "|xns": "Roo.data",
29                                     "xtype": "JsonReader",
30                                     "*prop": "reader"
31                                 }
32                             ]
33                         }
34                     ]
35                 }
36             ]
37         }
38     ],
39     "permname": "",
40     "modOrder": "001"
41 }