template.json 930 B

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