Check documentation for the latest version of dhtmlxSuite hideMenu DHTMLX Docs

hideMenu

hides dhtmlxMenu attached to a tab

void hideMenu();

Example

myTabbar.tabs(id).hideMenu();

Back to top