Check documentation for the latest version of dhtmlxSuite setCustomStyle DHTMLX Docs

setCustomStyle

sets some specific colors for the specific tab

void setCustomStyle();

Deprecated

from version 4.0, if you need to change the tab's text style:

myTabbar.tabs(id).setText(id, "<span style='color:red;'>Tab</span>");
Back to top