Check documentation for the latest version of dhtmlxSuite setContentHref DHTMLX Docs

setContentHref

sets the content as the href to an external file

void setContentHref(string|number id,string href);

Deprecated

new usage

myTabbar.tabs(id).attachURL(href);
idstring|numberthe tab id
hrefstringthe link to an external file (another URL)
Change log

deprecated from version 4.0

Back to top