Check documentation for the latest version of dhtmlxSuite setContent DHTMLX Docs

setContent

sets content to editor document

void setContent(string html);
htmlstringhtml string which should be set as the content of editor

Example

myEditor.setContent(html);

Back to top