template.json 1.1 KB

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