template.json 1.0 KB

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