template.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "ReadLog",
  5. "description": "",
  6. "filterActivity": [],
  7. "filterActivityAlias":[],
  8. "filterPerson": [],
  9. "filterRoute": [],
  10. "mode": "default", //default table or text
  11. "textStyle": "<div><font style='color:#ff5400;'>{person}</font>({unit}): <font style='color:#00F'>{opinion}</font> ({date})</div>",
  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. "postLoadLine" : {
  33. "code": "",
  34. "html": ""
  35. },
  36. "load" : {
  37. "code": "",
  38. "html": ""
  39. },
  40. "click": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "dblclick": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "keydown": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "keypress": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "keyup": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mousedown": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "mousemove": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mouseout": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mouseover": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "mouseup": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "focus": {
  81. "code": "",
  82. "html": ""
  83. },
  84. "blur": {
  85. "code": "",
  86. "html": ""
  87. }
  88. },
  89. "properties": {},
  90. "class": "",
  91. "styles": {},
  92. "container": ""
  93. }