Check documentation for the latest version of dhtmlxSuite getAttachedRibbon DHTMLX Docs

getAttachedRibbon

returns dhtmlxRibbon instance attached to a window

object getAttachedRibbon();
objectdhtmlXRibbon instance

Example

var myRibbon = myWins.window(id).attachRibbon();
 
// somewhere in other place
var attachedRibbon = myWins.window(id).getAttachedRibbon();

Back to top