template.json 947 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "click": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "dblclick": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "keydown": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "keypress": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "keyup": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "mousedown": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "mousemove": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "mouseout": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mouseover": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mouseup": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "focus": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "blur": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "select": {
  60. "code": "",
  61. "html": ""
  62. }
  63. },
  64. "properties": {},
  65. "class": "",
  66. "styles": {},
  67. "titleStyles":{},
  68. "itemStyles": {},
  69. "container": ""
  70. }