tree_data2.json 840 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [{
  2. "id":1,
  3. "text":"My Documents",
  4. "children":[{
  5. "id":11,
  6. "text":"Photos",
  7. "state":"closed",
  8. "children":[{
  9. "id":111,
  10. "text":"Friend"
  11. },{
  12. "id":112,
  13. "text":"Wife"
  14. },{
  15. "id":113,
  16. "text":"Company"
  17. }]
  18. },{
  19. "id":12,
  20. "text":"Program Files",
  21. "state":"closed",
  22. "children":[{
  23. "id":121,
  24. "text":"Intel"
  25. },{
  26. "id":122,
  27. "text":"Java"
  28. },{
  29. "id":123,
  30. "text":"Microsoft Office"
  31. },{
  32. "id":124,
  33. "text":"Games"
  34. }]
  35. },{
  36. "id":16,
  37. "text":"Actions",
  38. "children":[{
  39. "text":"Add",
  40. "iconCls":"icon-add"
  41. },{
  42. "text":"Remove",
  43. "iconCls":"icon-remove"
  44. },{
  45. "text":"Save",
  46. "iconCls":"icon-save"
  47. },{
  48. "text":"Search",
  49. "iconCls":"icon-search"
  50. }]
  51. },{
  52. "id":13,
  53. "text":"index.html"
  54. },{
  55. "id":14,
  56. "text":"about.html"
  57. },{
  58. "id":15,
  59. "text":"welcome.html"
  60. }]
  61. }]