Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titlee
{
	editor: SynapEditor,
	eventType:  "'afterOpenDocument"',
	cancelable: true,
	returnValue: null,
	fileType: "'WORD"', // 파일 타입 ("'HTML"', "'WORD"', "'CELL"', ...)
	path: "'/upload/path/filename.docx"', // 임포트 경로
	...... // 서버로부터 전달받은 Data (importPath, serializedData, .....)
}

...