returns dhtmlxRibbon instance attached to a window
object | dhtmlXRibbon instance |
var myRibbon = myWins.window(id).attachRibbon();
// somewhere in other place
var attachedRibbon = myWins.window(id).getAttachedRibbon();
Back to top