template.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Datatable",
  5. "description": "",
  6. "sequence": "yes",
  7. "section": "no",
  8. "sectionBy": "person",
  9. "importActionText" : "导入Excel",
  10. "exportActionText" : "导出Excel",
  11. "sectionByScript": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "defaultValue": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "events": {
  20. "queryLoad": {
  21. "code": "",
  22. "html": ""
  23. },
  24. "postLoad": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "load" : {
  29. "code": "",
  30. "html": ""
  31. },
  32. "editCheck": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "completeLineEdit": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "change": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "addLine": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "deleteLine": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "afterDeleteLine": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "editLine": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "export": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "import": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "click": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "dblclick": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "keydown": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "keypress": {
  81. "code": "",
  82. "html": ""
  83. },
  84. "keyup": {
  85. "code": "",
  86. "html": ""
  87. },
  88. "mousedown": {
  89. "code": "",
  90. "html": ""
  91. },
  92. "mousemove": {
  93. "code": "",
  94. "html": ""
  95. },
  96. "mouseout": {
  97. "code": "",
  98. "html": ""
  99. },
  100. "mouseover": {
  101. "code": "",
  102. "html": ""
  103. },
  104. "mouseup": {
  105. "code": "",
  106. "html": ""
  107. },
  108. "focus": {
  109. "code": "",
  110. "html": ""
  111. },
  112. "blur": {
  113. "code": "",
  114. "html": ""
  115. }
  116. },
  117. "properties": {},
  118. "class": "",
  119. "styles": {},
  120. "tableStyles": {},
  121. "border": "",
  122. "backgroundColor": "",
  123. "zebraColor": "",
  124. "editableScript": {
  125. "code": "",
  126. "html": ""
  127. },
  128. "defaultData": {
  129. "code": "",
  130. "html": ""
  131. },
  132. "container": ""
  133. }