Check documentation for the latest version of dhtmlxSuite attachRibbon DHTMLX Docs

attachRibbon

attaches dhtmlxRibbon to component's top

object attachRibbon( [object conf] );
confobjectoptional, ribbon config
objectdhtmlXRibbon instance

Example

var myRibbon = dhxComponent.attachRibbon({
    icons_path: "imgs/ribbon/icons/",
    json: "data/json/ribbon.json"
});

Back to top