template.json 1.1 KB

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