template.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Personfield",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "splitShow": ", ",
  11. "range": "company",
  12. "count": 0,
  13. "selectType": "identity",
  14. "compute": "create", //create, show, save
  15. "section": "no",
  16. "sectionBy": "person",
  17. "rangeNextLevel": "1",
  18. "sectionByScript": {
  19. "code": "",
  20. "html": ""
  21. },
  22. "events": {
  23. "queryLoad" : {
  24. "code": "",
  25. "html": ""
  26. },
  27. "postLoad" : {
  28. "code": "",
  29. "html": ""
  30. },
  31. "load": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "select": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "click": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "dblclick": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "change": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "keydown": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "keypress": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "keyup": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mousedown": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "mousemove": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "mouseout": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "mouseover": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "mouseup": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "focus": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "blur": {
  88. "code": "",
  89. "html": ""
  90. }
  91. },
  92. "properties": {},
  93. "class": "",
  94. "styles": {},
  95. "container": ""
  96. }