template.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Reader",
  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. },
  97. "properties": {},
  98. "class": "",
  99. "styles": {},
  100. "container": ""
  101. }