returns dhtmlxToolbar instance attached to a cell
object | dhtmlXToolbarObject instance |
var myToolbar = dhxComponent.cells(id).attachToolbar();
// somewhere in a different place
var attachedToolbar = dhxComponent.cells(id).getAttachedToolbar();
Back to top