template.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "click": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "dblclick": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "keydown": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "keypress": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "keyup": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mousedown": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mousemove": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mouseout": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseover": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mouseup": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "focus": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "blur": {
  68. "code": "",
  69. "html": ""
  70. }
  71. },
  72. "areaNodeStyle": {},
  73. "treeItemNodeStyle": {},
  74. "textDivNodeStyle": {},
  75. "textDivNodeSelectedStyle": {},
  76. "properties": {},
  77. "class": "",
  78. "styles": {},
  79. "container": ""
  80. }