template.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. "download": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "open": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "select": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "unselect": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "click": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "dblclick": {
  80. "code": "",
  81. "html": ""
  82. },
  83. "mousedown": {
  84. "code": "",
  85. "html": ""
  86. },
  87. "mousemove": {
  88. "code": "",
  89. "html": ""
  90. },
  91. "mouseout": {
  92. "code": "",
  93. "html": ""
  94. },
  95. "mouseover": {
  96. "code": "",
  97. "html": ""
  98. },
  99. "mouseup": {
  100. "code": "",
  101. "html": ""
  102. }
  103. },
  104. "size": "max", //max, min
  105. "isSizeChange": "y",
  106. "attachmentCount": "0",
  107. "resize": "n",
  108. "listStyle": "icon", //list, icon, preview
  109. "readonly": "n",
  110. "isUpload": "y",
  111. "isDelete": "y",
  112. "isPreviewAtt": "n",
  113. "isEditAtt": "n",
  114. "isReplace": "y",
  115. "isDownload": "y",
  116. "toolbarGroupHidden" : [],
  117. "availableListStyles" : ["list","seq","icon","preview"],
  118. "class": "",
  119. "styles": {},
  120. "container": ""
  121. }