template.json 1.1 KB

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