Check documentation for the latest version of dhtmlxSuite disableTab DHTMLX Docs

disableTab

disables the specified tab in the tabbar

void disableTab();

Deprecated

new usage

myTabbar.tabs(id).disable();
Change log

deprecated from version 4.0

Back to top