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