template.json 941 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "click": {
  19. "code": "",
  20. "html": ""
  21. },
  22. "dblclick": {
  23. "code": "",
  24. "html": ""
  25. },
  26. "keydown": {
  27. "code": "",
  28. "html": ""
  29. },
  30. "keypress": {
  31. "code": "",
  32. "html": ""
  33. },
  34. "keyup": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "mousedown": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "mousemove": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "mouseout": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "mouseover": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "mouseup": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "focus": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "blur": {
  63. "code": "",
  64. "html": ""
  65. }
  66. },
  67. "properties": {},
  68. "class": "",
  69. "buttonStyles": {},
  70. "styles": {},
  71. "container": ""
  72. }