Hello,
Is there a way to use font-awesome icons in the ribbon?
Please advise
Thanks,
Kris
Hello,
Is there a way to use font-awesome icons in the ribbon?
Please advise
Thanks,
Kris
Hello
You need to make some changes in source code. In v.4.0.2 find file sources\dhtmlxRibbon\codebase\dhtmlxribbon.js, line 719
cont.innerHTML = "<img class='dhxrb_image"+( (item.conf.img)?"'" : " dhxrb_invisible'" )
+" src='"+ ( (item.conf.img)?item.conf.icons_path+item.conf.img:"" ) +"' />"
+"<div class='dhxrb_label_button'>"+item.conf.text+"</div>";
Thank you for your response. Is there anyway you could help provide a example of sample implementation.
Thanks,
Kris