template.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Attachment",
  5. "description": "",
  6. "events": {
  7. "queryLoad" : {
  8. "code": "",
  9. "html": ""
  10. },
  11. "queryLoadController" : {
  12. "code": "",
  13. "html": ""
  14. },
  15. "loadController" : {
  16. "code": "",
  17. "html": ""
  18. },
  19. "postLoadController" : {
  20. "code": "",
  21. "html": ""
  22. },
  23. "load" : {
  24. "code": "",
  25. "html": ""
  26. },
  27. "afterLoad" : {
  28. "code": "",
  29. "html": ""
  30. },
  31. "beforeLoadAttachment": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "loadAttachment": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "beforeUpload": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "upload": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "delete": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "afterDelete": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "change": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "queryDownload": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "download": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "queryOpen": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "open": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "select": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "unselect": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "click": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "dblclick": {
  88. "code": "",
  89. "html": ""
  90. },
  91. "mousedown": {
  92. "code": "",
  93. "html": ""
  94. },
  95. "mousemove": {
  96. "code": "",
  97. "html": ""
  98. },
  99. "mouseout": {
  100. "code": "",
  101. "html": ""
  102. },
  103. "mouseover": {
  104. "code": "",
  105. "html": ""
  106. },
  107. "mouseup": {
  108. "code": "",
  109. "html": ""
  110. }
  111. },
  112. "size": "", //max, min
  113. "isSizeChange": "y",
  114. "attachmentCount": "0",
  115. "resize": "n",
  116. "listStyle": "", //list, icon, preview
  117. "readonly": "n",
  118. "isUpload": "y",
  119. "isPreviewAtt": "n",
  120. "isEditAtt": "n",
  121. "isDelete": "y",
  122. "isReplace": "y",
  123. "isDownload": "y",
  124. "isDownloadBatch": "y",
  125. "toolbarGroupHidden" : [],
  126. "availableListStyles" : ["list","seq","icon","preview"],
  127. "class": "",
  128. "styles": {},
  129. "container": ""
  130. }