Check documentation for the latest version of dhtmlxSuite hideStatusBar DHTMLX Docs

hideStatusBar

hides status bar object attached to a window

void hideStatusBar();

Example

myWins.window(id).hideStatusBar();

Back to top