...
| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| html | String | Html content | |||||||||||
| options | Object |
|
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var html = "<H1>Synap Editor</H><P>Holistic Rich Text Editor</P>"; editor.openHTML(html); |
...
...
| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| html | String | Html content | |||||||||||
| options | Object |
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
var html = "<H1>Synap Editor</H><P>Holistic Rich Text Editor</P>"; editor.openHTML(html); |
...