API Name
openHTML
HTML content를 Synap Editor에 보여줍니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| html | String | Html content |
Example:
var html = "<H1>Synap Editor</H><P>Holistic Rich Text Editor</P>"; editor.openHTML(html);
openHTML
HTML content를 Synap Editor에 보여줍니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| html | String | Html content |
var html = "<H1>Synap Editor</H><P>Holistic Rich Text Editor</P>"; editor.openHTML(html);