| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "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",
- "toolbarGroupHidden" : [],
- "availableListStyles" : ["list","seq","icon","preview"],
- "class": "",
- "styles": {},
- "container": ""
- }
|