...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
editor: SynapEditor,
eventType: "'beforeOpenDocument"',
cancelable: true,
returnValue: null,
fileType: "'WORD"', // 파일 타입 ("'HTML"', "'WORD"', "'CELL"', ...)
fileName: "'filename.docx"' // 파일 이름
} |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
editor: SynapEditor,
eventType: "'beforeOpenDocument"',
cancelable: true,
returnValue: null,
fileType: "'WORD"', // 파일 타입 ("'HTML"', "'WORD"', "'CELL"', ...)
fileName: "'filename.docx"' // 파일 이름
} |