Check documentation for the latest version of dhtmlxSuite attachHTMLString DHTMLX Docs

attachHTMLString

attaches HTML content to a cell

void attachHTMLString(string htmlString);
htmlStringstringan HTML string to attach

Example

dhxComponent.cells(id).attachHTMLString("<div>some content</div>");

Back to top