template.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Log",
  5. "description": "",
  6. "filterActivity": [],
  7. "filterActivityAlias":[],
  8. "filterPerson": [],
  9. "filterRoute": [],
  10. "mode": "default", //default table or text
  11. "textStyle": "<font style='color:#ff5400;'>{person}</font>({department}) 选择【{route}】,提交于: {time},处理意见:<font style='color:#00F'>{opinion}</font>", //"{person}({department})在[{activity}]中选择[{route}],提交于:{time},处理意见:{opinion}",
  12. "isTask": "true",
  13. "showReadTitle": "待阅人",
  14. "showReadCompletedTitle":"已阅人",
  15. "filterScript": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "events": {
  20. "click": {
  21. "code": "",
  22. "html": ""
  23. },
  24. "dblclick": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "keydown": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "keypress": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "keyup": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "mousedown": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "mousemove": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "mouseout": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "mouseover": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "mouseup": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "focus": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "blur": {
  65. "code": "",
  66. "html": ""
  67. }
  68. },
  69. "properties": {},
  70. "class": "",
  71. "styles": {},
  72. "container": ""
  73. }