template.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Checkbox",
  5. "description": "",
  6. "itemType": "values",
  7. "itemValues": [],
  8. "compute": "create", //create, show, save
  9. "section": "no",
  10. "sectionBy": "person",
  11. "sectionByScript": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "itemScript": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "defaultValue": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "events": {
  24. "click": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "dblclick": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "keydown": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "keypress": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "keyup": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "mousedown": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "mousemove": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "mouseout": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "mouseover": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mouseup": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "focus": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "blur": {
  69. "code": "",
  70. "html": ""
  71. }
  72. },
  73. "properties": {},
  74. "class": "",
  75. "styles": {},
  76. "container": ""
  77. }