| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "id": "",
- "name": "",
- "type": "Attachment",
- "description": "",
- "events": {
- "load" : {
- "code": "",
- "html": ""
- },
- "upload": {
- "code": "",
- "html": ""
- },
- "delete": {
- "code": "",
- "html": ""
- },
- "afterDelete": {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "mousedown": {
- "code": "",
- "html": ""
- },
- "mousemove": {
- "code": "",
- "html": ""
- },
- "mouseout": {
- "code": "",
- "html": ""
- },
- "mouseover": {
- "code": "",
- "html": ""
- },
- "mouseup": {
- "code": "",
- "html": ""
- }
- },
- "size": "max", //max, min
- "isSizeChange": "y",
- "attachmentCount": "0",
- "resize": "n",
- "listStyle": "icon", //list, icon, preview
- "readonly": "n",
- "isUpload": "y",
- "isDelete": "y",
- "isReplace": "y",
- "isDownload": "y",
- "class": "",
- "styles": {},
- "container": ""
- }
|