template.json 1.1 KB

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