template.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Address",
  5. "count": "0",
  6. "splitShow": ", ",
  7. "splitStr": ",\\s*|;\\s*|,\\s*|;\\s*",
  8. "description": "",
  9. "itemType": "values",
  10. "itemValues": [],
  11. "itemScript": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "defaultValue": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "compute": "create", //create, show, save
  20. "section": "no",
  21. "sectionBy": "person",
  22. "sectionByScript": {
  23. "code": "",
  24. "html": ""
  25. },
  26. "events": {
  27. "queryLoad" : {
  28. "code": "",
  29. "html": ""
  30. },
  31. "postLoad" : {
  32. "code": "",
  33. "html": ""
  34. },
  35. "load" : {
  36. "code": "",
  37. "html": ""
  38. },
  39. "commitInput": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "click": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "dblclick": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "change": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "keydown": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "keypress": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "keyup": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "mousedown": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "mousemove": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "mouseout": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "mouseover": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "mouseup": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "focus": {
  88. "code": "",
  89. "html": ""
  90. },
  91. "blur": {
  92. "code": "",
  93. "html": ""
  94. }
  95. },
  96. "properties": {},
  97. "class": "",
  98. "styles": {},
  99. "buttonStyle": {},
  100. "container": "",
  101. "showSectionKey": true,
  102. "sectionNodeStyles": {"overflow": "hidden"},
  103. "sectionKeyStyles": {"float": "left"},
  104. "sectionContentStyles": {"float": "left"},
  105. "keyContentSeparator": ":"
  106. }