Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


API Name

openHTML#openHTML


Anchor
openHTML
openHTML
openHTML


HTML content를 Synap Editor에 보여줍니다.



Parameters:

NameTypeDescription
htmlStringHtml content


Example:

Code Block
languagejs
themeEmacs
var html = "<H1>Synap Editor</H><P>Holistic Rich Text Editor</P>";
editor.openHTML(html);