returns dhtmlxToolbar instance attached to component's top
dhtmlXToolbarObject | dhtmlXToolbarObject instance |
var myToolbar = dhxComponent.attachToolbar();
// somewhere in other place
var attachedToolbar = dhxComponent.getAttachedToolbar();
Back to top