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


Parameters:

NameTypeDescription
htmlStringHtml content


Example:

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