| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "id": "",
- "name": "",
- "type": "Attachment",
- "description": "",
- "events": {
- "load" : {
- "code": "",
- "html": ""
- },
- "upload": {
- "code": "",
- "html": ""
- },
- "delete": {
- "code": "",
- "html": ""
- },
- "afterDelete": {
- "code": "",
- "html": ""
- },
- "queryDownload": {
- "code": "",
- "html": ""
- },
- "download": {
- "code": "",
- "html": ""
- },
- "queryOpen": {
- "code": "",
- "html": ""
- },
- "open": {
- "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, min
- "isSizeChange": "y",
- "attachmentCount": "0",
- "resize": "n",
- "listStyle": "", //list, icon, preview
- "readonly": "n",
- "isUpload": "y",
- "isDelete": "y",
- "isReplace": "y",
- "isDownload": "y",
- "toolbarGroupHidden" : [],
- "availableListStyles" : ["list","seq","icon","preview"],
- "class": "",
- "styles": {},
- "container": ""
- }
|