Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / layout-browser / tree-data.json
1 [{
2     text:'Basic Ext Layouts',
3     expanded: true,
4     children:[{
5         text:'Absolute',
6         id:'absolute',
7         leaf:true
8     },{
9         text:'Accordion',
10         id:'accordion',
11         leaf:true
12     },{
13         text:'Anchor',
14         id:'anchor',
15         leaf:true
16     },{
17         text:'Border',
18         id:'border',
19         leaf:true
20     },{
21         text:'Card (TabPanel)',
22         id:'card-tabs',
23         leaf:true
24     },{
25         text:'Card (Wizard)',
26         id:'card-wizard',
27         leaf:true
28     },{
29         text:'Column',
30         id:'column',
31         leaf:true
32     },{
33         text:'Fit',
34         id:'fit',
35         leaf:true
36     },{
37         text:'Form',
38         id:'form',
39         leaf:true
40     },{
41         text:'Table',
42         id:'table',
43         leaf:true
44     },{
45         text:'vBox',
46         id:'vbox',
47         leaf:true
48     },{
49         text:'hBox',
50         id:'hbox',
51         leaf:true
52     }]
53 },{
54     text:'Custom Layouts',
55     children:[{
56         text:'Row',
57         id:'row',
58         leaf:true
59     },{
60         text:'Center',
61         id:'center',
62         leaf:true
63     }]
64 },{
65     text:'Combination Examples',
66     children:[{
67         text:'Absolute Layout Form',
68         id:'abs-form',
69         leaf:true
70     },{
71         text:'Tabs with Nested Layouts',
72         id:'tabs-nested-layouts',
73         leaf:true
74     }]
75 }]