Status title 릴리즈 3.1.0 이상 Status title 릴리즈 2.19.0 이상
SEModel(Synap Editor Model)로 Synap Editor를 엽니다.
...
| Name | Type | Description | |||||||
|---|---|---|---|---|---|---|---|---|---|
| model | Object | string | SEModel (JSON 타입) | SEModel (string 타입) | |||||||
| options | Object| Status | | title | 릴리즈 2.6.0 이상
|
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var json = editor.getBodyModelJSON(); editor.openSEModel(json); var semodeljsonStr = SEModeleditor.getBodyModelJSON(true); editor.openSEModel(htmljson); |
Related information
...