Check documentation for the latest version of dhtmlxSuite attachHTMLString DHTMLX Docs

attachHTMLString

attaches html content to a tab

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

Example

myTabbar.tabs(id).attachHTMLString("<div>some content</div>");

Back to top