template.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "View",
  5. "description": "",
  6. "view": "",
  7. "isTitle": "yes",
  8. "select": "no", //single, multi
  9. "isOpen": "yes",
  10. "events": {
  11. "queryLoad": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "postLoad": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "load": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "beforeLoadView": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "loadView" : {
  28. "code": "",
  29. "html": ""
  30. },
  31. "select": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "unselect": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "openDocument": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "click": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "dblclick": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "keydown": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "keypress": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "keyup": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mousedown": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "mousemove": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "mouseout": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "mouseover": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "mouseup": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "focus": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "blur": {
  88. "code": "",
  89. "html": ""
  90. }
  91. },
  92. "properties": {},
  93. "class": "",
  94. "styles": {},
  95. "titleStyles":{},
  96. "itemStyles": {},
  97. "container": ""
  98. }