dhtmlxRibbon - set item image

Is there a way to set the item image of a button in the ribbon programmatically?

Hi

please try attached file, include after dhtmlx.js
myRibbon.setItemImage(id, “open.gif”) and myRibbon.setItemImageDis(id, “open_dis.gif”)
ribbon_ext.zip (401 Bytes)

Thanks for the solution!