template.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Elslider",
  5. "description": "",
  6. "inactiveColor": "#C0CCDA",
  7. "activeColor": "#409EFF",
  8. "max" : "100",
  9. "min" : "0",
  10. "step" : "1",
  11. "isReadonly" : false,
  12. "showStops" : false,
  13. "range" : false,
  14. "vertical" : false,
  15. "showInput" : false,
  16. "showInputControls" : true,
  17. "inputSize" : "default",
  18. "showTooltip" : true,
  19. "marksScript": {},
  20. "formatTooltip": {},
  21. height : "",
  22. tooltipClass : "",
  23. "vueData": {},
  24. "vueMethods": {},
  25. "vueCss": {},
  26. "elStyles": {},
  27. "elProperties": {},
  28. "events": {
  29. "queryLoad": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "postLoad": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "load": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "input": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "change": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "clear": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "click": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "dblclick": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "keydown": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "keypress": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "keyup": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "mousedown": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "mousemove": {
  78. "code": "",
  79. "html": ""
  80. },
  81. "mouseout": {
  82. "code": "",
  83. "html": ""
  84. },
  85. "mouseover": {
  86. "code": "",
  87. "html": ""
  88. },
  89. "mouseup": {
  90. "code": "",
  91. "html": ""
  92. },
  93. "focus": {
  94. "code": "",
  95. "html": ""
  96. },
  97. "blur": {
  98. "code": "",
  99. "html": ""
  100. }
  101. },
  102. "properties": {},
  103. "class": "",
  104. "styles": {},
  105. "container": "",
  106. "showSectionKey": true,
  107. "sectionNodeStyles": {"overflow": "hidden"},
  108. "sectionKeyStyles": {"float": "left"},
  109. "sectionContentStyles": {"float": "left"},
  110. "keyContentSeparator": ":"
  111. }