Check documentation for the latest version of dhtmlxSuite hideStatusBar DHTMLX Docs

hideStatusBar

hides status bar object attached to a tab

void hideStatusBar();

Example

myTabbar.tabs(id).hideStatusBar();

Back to top