tree.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. text: 'Ext',
  3. expanded: true,
  4. children: [
  5. {
  6. text: 'data',
  7. expanded: true,
  8. children: [
  9. {
  10. text: 'proxy',
  11. children: [
  12. {leaf: true, text: 'Ajax'},
  13. {leaf: true, text: 'Client'},
  14. {leaf: true, text: 'Direct'},
  15. {leaf: true, text: 'JsonP'},
  16. {leaf: true, text: 'LocalStorage'},
  17. {leaf: true, text: 'Memory'},
  18. {leaf: true, text: 'Proxy'},
  19. {leaf: true, text: 'Rest'},
  20. {leaf: true, text: 'Server'},
  21. {leaf: true, text: 'SessionStorage'},
  22. {leaf: true, text: 'WebStorage'},
  23. ]
  24. },
  25. {
  26. text: 'reader',
  27. children: [
  28. {leaf: true, text: 'Array'},
  29. {leaf: true, text: 'Json'},
  30. {leaf: true, text: 'Reader'},
  31. {leaf: true, text: 'Xml'}
  32. ]
  33. },
  34. {
  35. text: 'writer',
  36. children: [
  37. {leaf: true, text: 'Json'},
  38. {leaf: true, text: 'Writer'},
  39. {leaf: true, text: 'Xml'}
  40. ]
  41. },
  42. {leaf: true, text: 'AbstractStore'},
  43. {leaf: true, text: 'ArrayStore'},
  44. {leaf: true, text: 'Association'},
  45. {leaf: true, text: 'Batch'},
  46. {leaf: true, text: 'BelongsToAssociation'},
  47. {leaf: true, text: 'Connection'},
  48. {leaf: true, text: 'DirectStore'},
  49. {leaf: true, text: 'Errors'},
  50. {leaf: true, text: 'Field'},
  51. {leaf: true, text: 'HasManyAssociation'},
  52. {leaf: true, text: 'JsonP'},
  53. {leaf: true, text: 'Model'},
  54. {leaf: true, text: 'NodeInterface'},
  55. {leaf: true, text: 'Operation'},
  56. {leaf: true, text: 'Request'},
  57. {leaf: true, text: 'ResultSet'},
  58. {leaf: true, text: 'SortTypes'},
  59. {leaf: true, text: 'Store'},
  60. {leaf: true, text: 'StoreManager'},
  61. {leaf: true, text: 'Tree'},
  62. {leaf: true, text: 'TreeStore'},
  63. {leaf: true, text: 'Types'},
  64. {leaf: true, text: 'validations'}
  65. ]
  66. }
  67. ]
  68. }