template.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Personfield",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "range": "company",
  11. "count": 0,
  12. "selectType": "identity",
  13. "compute": "create", //create, show, save
  14. "section": "no",
  15. "sectionBy": "person",
  16. "sectionByScript": {
  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. "click": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "dblclick": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "change": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "keydown": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "keypress": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "keyup": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mousedown": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mousemove": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mouseout": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "mouseover": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "mouseup": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "focus": {
  78. "code": "",
  79. "html": ""
  80. },
  81. "blur": {
  82. "code": "",
  83. "html": ""
  84. }
  85. },
  86. "properties": {},
  87. "class": "",
  88. "styles": {},
  89. "container": ""
  90. }