template.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Attachment",
  5. "description": "",
  6. "events": {
  7. "queryLoad": {
  8. "code": "",
  9. "html": ""
  10. },
  11. "postLoad": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "load" : {
  16. "code": "",
  17. "html": ""
  18. },
  19. "upload": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "delete": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "afterDelete": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "click": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "dblclick": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "mousedown": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mousemove": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mouseout": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mouseover": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseup": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "upload": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "delete": {
  64. "code": "",
  65. "html": ""
  66. }
  67. },
  68. "size": "max", //max, min
  69. "isSizeChange": "y",
  70. "attachmentCount": "0",
  71. "resize": "n",
  72. "listStyle": "icon", //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. "downloadEvent" : "",
  81. "class": "",
  82. "styles": {},
  83. "container": ""
  84. }