template.json 1002 B

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