HTML formatting in Toolbar Tooltips

I’d like to be able to show superscript formatting in a Toolbar’s ToolTip.

tTlbr.addButton("08", 0, "Show 8<sup>th</sup>", "itemn.gif", "itemn_dis.gif");
tTlbr.setItemToolTip("08", "Show the 8<sup>th</sup> item");

The html in toolbar’s addButton text parameter is processed but the setItemToolTip’s tip parameter isn’t.
Is there a way in which the setItemToolTip can process the html?

There are native browser tooltips. But you can try to use popup attached to toolbar:
dhtmlx.com/docs/products/dhtmlxP … olbar.html