Check documentation for the latest version of dhtmlxSuite hideToolbar DHTMLX Docs

hideToolbar

hides dhtmlxToolbar attached to a tab

void hideToolbar();

Example

myTabbar.tabs(id).hideToolbar();

Back to top