Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jstree-data.json 913B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [
  2. {
  3. "id": 1,
  4. "text": "css",
  5. "children": [
  6. {
  7. "text": "app.css",
  8. "type": "css"
  9. },
  10. {
  11. "text": "style.css",
  12. "type": "css"
  13. }
  14. ]
  15. },
  16. {
  17. "id": 2,
  18. "text": "img",
  19. "state": {
  20. "opened": true
  21. },
  22. "children": [
  23. {
  24. "text": "bg.jpg",
  25. "type": "img"
  26. },
  27. {
  28. "text": "logo.png",
  29. "type": "img"
  30. },
  31. {
  32. "text": "avatar.png",
  33. "type": "img"
  34. }
  35. ]
  36. },
  37. {
  38. "id": 3,
  39. "text": "js",
  40. "state": {
  41. "opened": true
  42. },
  43. "children": [
  44. {
  45. "text": "jquery.js",
  46. "type": "js"
  47. },
  48. {
  49. "text": "app.js",
  50. "type": "js"
  51. }
  52. ]
  53. },
  54. {
  55. "text": "index.html",
  56. "type": "html"
  57. },
  58. {
  59. "text": "page-one.html",
  60. "type": "html"
  61. },
  62. {
  63. "text": "page-two.html",
  64. "type": "html"
  65. }
  66. ]