Show HTML content on 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);
Show HTML content on 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);