template.json 915 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Attachment",
  5. "description": "",
  6. "events": {
  7. "click": {
  8. "code": "",
  9. "html": ""
  10. },
  11. "dblclick": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "mousedown": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "mousemove": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "mouseout": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "mouseover": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "mouseup": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "upload": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "delete": {
  40. "code": "",
  41. "html": ""
  42. }
  43. },
  44. "size": "max", //max, min
  45. "isSizeChange": "y",
  46. "attachmentCount": "0",
  47. "resize": "n",
  48. "listStyle": "icon", //list, icon, preview
  49. "readonly": "n",
  50. "isUpload": "y",
  51. "isDelete": "y",
  52. "isReplace": "y",
  53. "isDownload": "y",
  54. "class": "",
  55. "styles": {},
  56. "container": ""
  57. }