Check documentation for the latest version of dhtmlxSuite setContent DHTMLX Docs

setContent

sets the content of a tab

void setContent(string|number id,string|number|HTMLElement obj);

Deprecated

new usage

myTabbar.cells(id).attachObject(obj);
idstring|numberthe tab id
objstring|number|HTMLElementan HTML object to attach or the object id
Change log

deprecated from version 4.0

Back to top