Check documentation for the latest version of dhtmlxSuite setLabel DHTMLX Docs

setLabel

sets the text of a tab

void setLabel();

Deprecated

new usage

myTabbar.tabs(id).setText(text);
Change log

deprecated from version 4.0

Back to top