tree-data.json
资源名称:ext-3.0.0.zip [点击查看]
上传用户:shuoshiled
上传日期:2018-01-28
资源大小:10124k
文件大小:1k
源码类别:
中间件编程
开发平台:
JavaScript
- [{
- 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:'Form',
- id:'form',
- 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:'Row',
- id:'row',
- leaf:true
- },{
- 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
- }]
- }]