template.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Comment",
  5. "description": "",
  6. "mode": "default", //default table or text
  7. "textStyle": "<font style='color:#ff5400;'>{person}</font>({department}) 选择【{route}】,提交于: {time},处理意见:<font style='color:#00F'>{opinion}</font>", //"{person}({department})在[{activity}]中选择[{route}],提交于:{time},处理意见:{opinion}",
  8. "filterScript": {
  9. "code": "",
  10. "html": ""
  11. },
  12. "events": {
  13. "queryLoad" : {
  14. "code": "",
  15. "html": ""
  16. },
  17. "postLoad" : {
  18. "code": "",
  19. "html": ""
  20. },
  21. "load" : {
  22. "code": "",
  23. "html": ""
  24. },
  25. "click": {
  26. "code": "",
  27. "html": ""
  28. },
  29. "dblclick": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "keydown": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "keypress": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "keyup": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "mousedown": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "mousemove": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mouseout": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mouseover": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mouseup": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "focus": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "blur": {
  70. "code": "",
  71. "html": ""
  72. }
  73. },
  74. "editorProperties": {
  75. "autoGrow_maxHeight": 400,
  76. "autoGrow_minHeight": 300,
  77. "resize_enabled": true,
  78. "resize_maxHeight": "3000",
  79. "resize_minHeight": "200",
  80. "autoParagraph": true,
  81. "autoUpdateElement": true,
  82. "enterMode": 1,
  83. "height": "200",
  84. "width": "",
  85. "readOnly": false,
  86. "title": ""
  87. },
  88. "config": {
  89. "code": "",
  90. "html": ""
  91. },
  92. "properties": {},
  93. "class": "",
  94. "styles": {},
  95. "container": ""
  96. }