template.json 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Table",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "events": {
  11. "queryLoad": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "postLoad": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "load" : {
  20. "code": "",
  21. "html": ""
  22. },
  23. "click": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "dblclick": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "keydown": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "keypress": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "keyup": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mousedown": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mousemove": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mouseout": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseover": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mouseup": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "focus": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "blur": {
  68. "code": "",
  69. "html": ""
  70. }
  71. },
  72. "properties": {},
  73. "class": "",
  74. "styles": {},
  75. "titleTdStyles":{},
  76. "contentTdStyles": {},
  77. "layoutTdStyles": {},
  78. "container": ""
  79. }