tree-data.json

来自「一个struts和extjs得源码」· JSON 代码 · 共 67 行

JSON
67
字号
[{    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:'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    }]}]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?