template.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Attachment",
  5. "description": "",
  6. "events": {
  7. "load" : {
  8. "code": "",
  9. "html": ""
  10. },
  11. "upload": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "delete": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "afterDelete": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "queryDownload": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "download": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "queryOpen": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "open": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "click": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "dblclick": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mousedown": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mousemove": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseout": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mouseover": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mouseup": {
  64. "code": "",
  65. "html": ""
  66. }
  67. },
  68. "size": "", //max, min
  69. "isSizeChange": "y",
  70. "attachmentCount": "0",
  71. "resize": "n",
  72. "listStyle": "", //list, icon, preview
  73. "readonly": "n",
  74. "isUpload": "y",
  75. "isDelete": "y",
  76. "isReplace": "y",
  77. "isDownload": "y",
  78. "toolbarGroupHidden" : [],
  79. "availableListStyles" : ["list","seq","icon","preview"],
  80. "class": "",
  81. "styles": {},
  82. "container": ""
  83. }