returns dhtmlxRibbon instance attached to component's top
dhtmlXRibbon | dhtmlXRibbon instance |
var myRibbon = dhxComponent.attachRibbon();
// somewhere in other place
var attachedRibbon = dhxComponent.getAttachedRibbon();
Back to top