template.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Org",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "splitShow": ", ",
  11. "identityRange": "all",
  12. "identityResultType" : "identity",
  13. "identityRangeNextLevel" : "1",
  14. "unitRange": "all",
  15. "identityCount": 0,
  16. "unitCount": 0,
  17. "unitRangeNextLevel" : "1",
  18. "groupCount": 0,
  19. "selectType": ["identity"], //"unit","group"
  20. "compute": "create", //create, show, save
  21. "section": "no",
  22. "sectionBy": "person",
  23. "sectionByScript": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "events": {
  28. "queryLoad" : {
  29. "code": "",
  30. "html": ""
  31. },
  32. "postLoad" : {
  33. "code": "",
  34. "html": ""
  35. },
  36. "load": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "select": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "click": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "dblclick": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "change": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "keydown": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "keypress": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "keyup": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mousedown": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mousemove": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "mouseout": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "mouseover": {
  81. "code": "",
  82. "html": ""
  83. },
  84. "mouseup": {
  85. "code": "",
  86. "html": ""
  87. },
  88. "focus": {
  89. "code": "",
  90. "html": ""
  91. },
  92. "blur": {
  93. "code": "",
  94. "html": ""
  95. },
  96. "queryLoadSelector" : {
  97. "code": "",
  98. "html": ""
  99. },
  100. "postLoadSelector" : {
  101. "code": "",
  102. "html": ""
  103. },
  104. "queryLoadCategory" : {
  105. "code": "",
  106. "html": ""
  107. },
  108. "postLoadCategory" : {
  109. "code": "",
  110. "html": ""
  111. },
  112. "selectCategory": {
  113. "code": "",
  114. "html": ""
  115. },
  116. "unselectCategory": {
  117. "code": "",
  118. "html": ""
  119. },
  120. "expand": {
  121. "code": "",
  122. "html": ""
  123. },
  124. "collapse": {
  125. "code": "",
  126. "html": ""
  127. },
  128. "queryLoadItem" : {
  129. "code": "",
  130. "html": ""
  131. },
  132. "postLoadItem" : {
  133. "code": "",
  134. "html": ""
  135. },
  136. "selectItem" : {
  137. "code": "",
  138. "html": ""
  139. },
  140. "unselectItem" : {
  141. "code": "",
  142. "html": ""
  143. }
  144. },
  145. "properties": {},
  146. "class": "",
  147. "styles": {},
  148. "container": ""
  149. }