Check documentation for the latest version of dhtmlxSuite getAttachedToolbar DHTMLX Docs

getAttachedToolbar

returns dhtmlxToolbar instance attached to a cell

object getAttachedToolbar();
objectdhtmlXToolbarObject instance

Example

var myToolbar = dhxComponent.cells(id).attachToolbar();
 
// somewhere in a different  place
var attachedToolbar = dhxComponent.cells(id).getAttachedToolbar();

Back to top