template.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Tree",
  5. "description": "",
  6. "dataType": "data",
  7. "data": [
  8. {
  9. "title": "empty",
  10. "text": "empty",
  11. "id": "1",
  12. "icon": "none",
  13. "action": "",
  14. "expand": true,
  15. "sub": []
  16. }
  17. ],
  18. "dataScript": {
  19. "code": "",
  20. "html": ""
  21. },
  22. "events": {
  23. "queryLoad": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "postLoad": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "load": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "beforeLoadTree": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "afterLoadTree": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "beforeLoadTreeNode": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "afterLoadTreeNode": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "expand": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "collapse": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "beforeSelect": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "afterSelect": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "click": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "dblclick": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "keydown": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "keypress": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "keyup": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "mousedown": {
  88. "code": "",
  89. "html": ""
  90. },
  91. "mousemove": {
  92. "code": "",
  93. "html": ""
  94. },
  95. "mouseout": {
  96. "code": "",
  97. "html": ""
  98. },
  99. "mouseover": {
  100. "code": "",
  101. "html": ""
  102. },
  103. "mouseup": {
  104. "code": "",
  105. "html": ""
  106. },
  107. "focus": {
  108. "code": "",
  109. "html": ""
  110. },
  111. "blur": {
  112. "code": "",
  113. "html": ""
  114. }
  115. },
  116. "areaNodeStyle": {},
  117. "treeItemNodeStyle": {},
  118. "textDivNodeStyle": {},
  119. "textDivNodeSelectedStyle": {},
  120. "properties": {},
  121. "class": "",
  122. "styles": {},
  123. "container": ""
  124. }