template.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "queryLoad" : {
  21. "code": "",
  22. "html": ""
  23. },
  24. "postLoad" : {
  25. "code": "",
  26. "html": ""
  27. },
  28. "postLoadData" : {
  29. "code": "",
  30. "html": ""
  31. },
  32. "load" : {
  33. "code": "",
  34. "html": ""
  35. },
  36. "click": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "dblclick": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "keydown": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "keypress": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "keyup": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "mousedown": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mousemove": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "mouseout": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mouseover": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mouseup": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "focus": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "blur": {
  81. "code": "",
  82. "html": ""
  83. }
  84. },
  85. "properties": {},
  86. "class": "",
  87. "styles": {},
  88. "container": ""
  89. }