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?