Check documentation for the latest version of dhtmlxSuite showStatusBar DHTMLX Docs

showStatusBar

shows status bar object attached to a cell

void showStatusBar();

Example

dhxComponent.cells(id).showStatusBar();

Back to top