Check documentation for the latest version of dhtmlxSuite hideToolbar DHTMLX Docs

hideToolbar

hides dhtmlxToolbar attached to a window

void hideToolbar();

Example

myWins.window(id).hideToolbar();

Back to top