make sure the README will appear on github
[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 },{
46     text:'Custom Layouts',
47     children:[{
48         text:'Row',
49         id:'row',
50         leaf:true
51     },{
52         text:'Center',
53         id:'center',
54         leaf:true
55     }]
56 },{
57     text:'Combination Examples',
58     children:[{
59         text:'Absolute Layout Form',
60         id:'abs-form',
61         leaf:true
62     },{
63         text:'Tabs with Nested Layouts',
64         id:'tabs-nested-layouts',
65         leaf:true
66     }]
67 }]