template.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Datatemplate",
  5. "description": "",
  6. "sequence": "yes",
  7. "section": "no",
  8. "sectionBy": "person",
  9. "defaultCount": "1",
  10. "outerSelectAllSelectedValue": "yes",
  11. "selectorSelectedValue": "yes",
  12. "sectionByScript": {
  13. "code": "",
  14. "html": ""
  15. },
  16. "defaultValue": {
  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. "afterLoad": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "beforeLoadLine": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "afterLoadLine": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "change": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "addLine": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "deleteLine": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "afterDeleteLine": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "export": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "import": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "click": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "dblclick": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "keydown": {
  78. "code": "",
  79. "html": ""
  80. },
  81. "keypress": {
  82. "code": "",
  83. "html": ""
  84. },
  85. "keyup": {
  86. "code": "",
  87. "html": ""
  88. },
  89. "mousedown": {
  90. "code": "",
  91. "html": ""
  92. },
  93. "mousemove": {
  94. "code": "",
  95. "html": ""
  96. },
  97. "mouseout": {
  98. "code": "",
  99. "html": ""
  100. },
  101. "mouseover": {
  102. "code": "",
  103. "html": ""
  104. },
  105. "mouseup": {
  106. "code": "",
  107. "html": ""
  108. },
  109. "focus": {
  110. "code": "",
  111. "html": ""
  112. },
  113. "blur": {
  114. "code": "",
  115. "html": ""
  116. }
  117. },
  118. "properties": {},
  119. "class": "",
  120. "styles": {},
  121. "tableStyles": {},
  122. "editableScript": {
  123. "code": "",
  124. "html": ""
  125. },
  126. "defaultData": {
  127. "code": "",
  128. "html": ""
  129. },
  130. "container": ""
  131. }