template.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Calendar",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "range": "single",
  11. "selectType": "datetime",
  12. "format": "%Y-%m-%d %H:%M:%S",
  13. "compute": "create", //create, show, save
  14. "section": "no",
  15. "sectionBy": "person",
  16. "sectionByScript": {
  17. "code": "",
  18. "html": ""
  19. },
  20. "events": {
  21. "queryLoad": {
  22. "code": "",
  23. "html": ""
  24. },
  25. "postLoad": {
  26. "code": "",
  27. "html": ""
  28. },
  29. "load" : {
  30. "code": "",
  31. "html": ""
  32. },
  33. "complete": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "clear": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "click": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "dblclick": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "change": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "keydown": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "keypress": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "keyup": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mousedown": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "mousemove": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "mouseout": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "mouseover": {
  78. "code": "",
  79. "html": ""
  80. },
  81. "mouseup": {
  82. "code": "",
  83. "html": ""
  84. },
  85. "focus": {
  86. "code": "",
  87. "html": ""
  88. },
  89. "blur": {
  90. "code": "",
  91. "html": ""
  92. }
  93. },
  94. "properties": {},
  95. "class": "",
  96. "styles": {},
  97. "container": ""
  98. }