attaches dhtmlxRibbon to component's top
conf | object | optional, ribbon config |
object | dhtmlXRibbon instance |
var myRibbon = dhxComponent.attachRibbon({
icons_path: "imgs/ribbon/icons/",
json: "data/json/ribbon.json"
});
Back to top