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