Check documentation for the latest version of dhtmlxSuite setContentHTML DHTMLX Docs

setContentHTML

sets content from the html document to editor document

void setContentHTML(string url);
urlstringpath to the html page

Example

myEditor.setContentHTML(url);

Back to top