Check documentation for the latest version of dhtmlxSuite getContent DHTMLX Docs

getContent

gets HTML content of the editor document

HTMLElement getContent();
HTMLElementHTML content of the editor document

Example

myEditor.getContent();

Back to top