Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

릴리즈 3.1.0 이상 릴리즈 2.19.0 이상

SEModel(Synap Editor Model)로 Synap Editor를 엽니다.


Parameters:

NameTypeDescription
modelObject | stringSEModel (JSON 타입) | SEModel (string 타입)
optionsObject

릴리즈 2.6.0 이상

{
	loadingProgress = true,	 // 로딩 프로그레스를 보여줄지 여부. (기본값: true)
    callback: function() {}, // 완료 후 호출할 callback함수
    bAsync: false,           // 동기처리 (기본값: false)
    bFocus: true,            // 문서열기 후 에디터에 포커스처리 (기본값: true)
    clearDirty: true,        // 본문 편집여부에 대한 정보 저장 (기본값: true) 2.11.0
    useAltImage: true        // 대체이미지변환 (기본값: true) 2.11.7
}


Example:

var json = editor.getBodyModelJSON();
editor.openSEModel(json);

var jsonStr = editor.getBodyModelJSON(true);
editor.openSEModel(json);

관련정보





  • No labels