template.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Elrate",
  5. "description": "",
  6. "isReadonly" : false,
  7. "disabled": false,
  8. "allowHalf": false,
  9. "max" : 5,
  10. "lowThreshold": 2,
  11. "highThreshold": 4,
  12. "lowColor": "#F7BA2A",
  13. "mediumColor": "#F7BA2A",
  14. "highColor": "#F7BA2A",
  15. "voidColor": "#C6D1DE",
  16. "disabledVoidColor": "#EFF2F7",
  17. "showAfter": "none",
  18. "textColor": "#1F2D3D",
  19. "texts": MWF.xApplication.process.FormDesigner.LP.propertyTemplate.rateTexts,
  20. "vueData": {},
  21. "vueMethods": {},
  22. "vueCss": {},
  23. "vueSlot": "",
  24. "elProperties": {},
  25. "elStyles": {},
  26. "events": {
  27. "queryLoad": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "postLoad": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "load": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "change": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "click": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "dblclick": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "keydown": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "keypress": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "keyup": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mousedown": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "mousemove": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "mouseout": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "mouseover": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "mouseup": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "focus": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "blur": {
  88. "code": "",
  89. "html": ""
  90. }
  91. },
  92. "properties": {},
  93. "class": "",
  94. "styles": {},
  95. "container": "",
  96. "showSectionKey": true,
  97. "sectionNodeStyles": {"overflow": "hidden"},
  98. "sectionKeyStyles": {"float": "left"},
  99. "sectionContentStyles": {"float": "left"},
  100. "keyContentSeparator": ":"
  101. }