12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- text: '.',
- children: [{
- text:'Basic Ext Layouts',
- expanded: true,
- children:[{
- text:'Absolute',
- id:'absolute',
- leaf:true
- },{
- text:'Accordion',
- id:'accordion',
- leaf:true
- },{
- text:'Anchor',
- id:'anchor',
- leaf:true
- },{
- text:'Border',
- id:'border',
- leaf:true
- },{
- text:'Card (TabPanel)',
- id:'card-tabs',
- leaf:true
- },{
- text:'Card (Wizard)',
- id:'card-wizard',
- leaf:true
- },{
- text:'Column',
- id:'column',
- leaf:true
- },{
- text:'Fit',
- id:'fit',
- leaf:true
- },{
- text:'Table',
- id:'table',
- leaf:true
- },{
- text:'vBox',
- id:'vbox',
- leaf:true
- },{
- text:'hBox',
- id:'hbox',
- leaf:true
- }]
- },{
- text:'Custom Layouts',
- children:[{
- text:'Center',
- id:'center',
- leaf:true
- }]
- },{
- text:'Combination Examples',
- children:[{
- text:'Absolute Layout Form',
- id:'abs-form',
- leaf:true
- },{
- text:'Tabs with Nested Layouts',
- id:'tabs-nested-layouts',
- leaf:true
- }]
- }]
- }
|