template.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Radio",
  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. "events": {
  18. "queryLoad" : {
  19. "code": "",
  20. "html": ""
  21. },
  22. "postLoad" : {
  23. "code": "",
  24. "html": ""
  25. },
  26. "load": {
  27. "code": "",
  28. "html": ""
  29. },
  30. "click": {
  31. "code": "",
  32. "html": ""
  33. },
  34. "dblclick": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "change" : {
  39. "code": "",
  40. "html": ""
  41. },
  42. "keydown": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "keypress": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "keyup": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "mousedown": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "mousemove": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "mouseout": {
  63. "code": "",
  64. "html": ""
  65. },
  66. "mouseover": {
  67. "code": "",
  68. "html": ""
  69. },
  70. "mouseup": {
  71. "code": "",
  72. "html": ""
  73. },
  74. "focus": {
  75. "code": "",
  76. "html": ""
  77. },
  78. "blur": {
  79. "code": "",
  80. "html": ""
  81. }
  82. },
  83. "properties": {},
  84. "class": "",
  85. "buttonStyles": {},
  86. "styles": {},
  87. "container": ""
  88. }