Check documentation for the latest version of dhtmlxSuite getAttachedRibbon DHTMLX Docs

getAttachedRibbon

returns dhtmlxRibbon instance attached to component's top

dhtmlXRibbon getAttachedRibbon();
dhtmlXRibbondhtmlXRibbon instance

Example

var myRibbon = dhxComponent.attachRibbon();
 
// somewhere in other place
var attachedRibbon = dhxComponent.getAttachedRibbon();

Back to top