Check documentation for the latest version of dhtmlxSuite getAttachedToolbar DHTMLX Docs

getAttachedToolbar

returns dhtmlxToolbar instance attached to a window

object getAttachedToolbar();
objectdhtmlXToolbarObject instance

Example

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

Back to top