template.json 1.4 KB

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