Formating tooltips (help text) in BIRT 2.5?
Is i开发者_Python百科t possible to format the built in tooltips (Help text propperty) of BIRT 2.5 ? Ex: make some words bold , even insert some html content.
Thank you
BIRT generates tooltips in HTML outpot reports via title attribute from HTML, and neither mozila or IE supports formatting in title att.
精彩评论