template.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "click": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "dblclick": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "mousedown": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "mousemove": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "mouseout": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mouseover": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mouseup": {
  48. "code": "",
  49. "html": ""
  50. }
  51. },
  52. "size": "max", //max, min
  53. "isSizeChange": "y",
  54. "attachmentCount": "0",
  55. "resize": "n",
  56. "listStyle": "icon", //list, icon, preview
  57. "readonly": "n",
  58. "isUpload": "y",
  59. "isDelete": "y",
  60. "isReplace": "y",
  61. "isDownload": "y",
  62. "toolbarGroupHidden" : [],
  63. "availableListStyles" : ["list","seq","icon","preview"],
  64. "class": "",
  65. "styles": {},
  66. "container": ""
  67. }