Check documentation for the latest version of dhtmlxSuite setContentHTML DHTMLX Docs

setContentHTML

sets the content of a tab as an HTML string

void setContentHTML(string|number id,string htmlString);

Deprecated

new usage

myTabbar.tabs(id).attachHTMLString(htmlString);
idstring|numberthe tab id
htmlStringstringan HTML string to attach
Change log

deprecated from version 4.0

Back to top