Check documentation for the latest version of dhtmlxSuite showToolbar DHTMLX Docs

showToolbar

shows dhtmlxToolbar attached to a cell

void showToolbar();

Example

dhxComponent.cells(id).showToolbar();

Back to top