template.json 890 B

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