template.json 900 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Image",
  5. "description": "",
  6. "src": "",
  7. "events": {
  8. "queryLoad": {
  9. "code": "",
  10. "html": ""
  11. },
  12. "postLoad": {
  13. "code": "",
  14. "html": ""
  15. },
  16. "load" : {
  17. "code": "",
  18. "html": ""
  19. },
  20. "click": {
  21. "code": "",
  22. "html": ""
  23. },
  24. "dblclick": {
  25. "code": "",
  26. "html": ""
  27. },
  28. "keydown": {
  29. "code": "",
  30. "html": ""
  31. },
  32. "keypress": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "keyup": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "mousedown": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "mousemove": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "mouseout": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "mouseover": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "mouseup": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "focus": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "blur": {
  65. "code": "",
  66. "html": ""
  67. }
  68. },
  69. "properties": {},
  70. "class": "",
  71. "styles": {},
  72. "container": ""
  73. }