Check documentation for the latest version of dhtmlxSuite removeTab DHTMLX Docs

removeTab

removes the specified tab from the tabbar

void removeTab();

Deprecated

new usage

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

deprecated from version 4.0

Back to top