Check documentation for the latest version of dhtmlxSuite getAttachedRibbon DHTMLX Docs

getAttachedRibbon

returns dhtmlxRibbon instance attached to a cell

object getAttachedRibbon();
objectdhtmlXRibbon instance

Example

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

Back to top