template.json 1.5 KB

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