template.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "valueFormat": "%Y-%m-%d %H:%M:%S",
  14. "compute": "create",
  15. //create, show, save
  16. "section": "no",
  17. "sectionBy": "person",
  18. "sectionByScript": {
  19. "code": "",
  20. "html": ""
  21. },
  22. "events": {
  23. "queryLoad": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "postLoad": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "load": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "complete": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "clear": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "show": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "hide": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "click": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "dblclick": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "change": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "keydown": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "keypress": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "keyup": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "mousedown": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "mousemove": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "mouseout": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "mouseover": {
  88. "code": "",
  89. "html": ""
  90. },
  91. "mouseup": {
  92. "code": "",
  93. "html": ""
  94. },
  95. "focus": {
  96. "code": "",
  97. "html": ""
  98. },
  99. "blur": {
  100. "code": "",
  101. "html": ""
  102. }
  103. },
  104. "properties": {},
  105. "class": "",
  106. "styles": {},
  107. "container": "",
  108. "showSectionKey": true,
  109. "sectionNodeStyles": {"overflow": "hidden"},
  110. "sectionKeyStyles": {"float": "left"},
  111. "sectionContentStyles": {"float": "left"},
  112. "keyContentSeparator": ":"
  113. }