tree-data.json 1.2 KB

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