template.json 1.8 KB

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