Tooltip usage.

Arnaud Thimel thimel at codelutin.com
Thu Jun 7 21:02:05 CEST 2007


I'm trying to use tooltips.

Since the bug http://jira.xwiki.org/jira/browse/XWIKI-977
has been closed, I thought I can use it but I can't get it work.

I have this code in my page :

$xwiki.addTooltipJS()
$xwiki.addTooltip("htmlText", "tooltip")


The generated HTML code is like this :

<script type="text/javascript"
src="/xwiki/skins/albatross/ajax/wzToolTip.js"></script><p
class="paragraph" />
<span class="tooltip_span" onmouseover="this.WIDTH='300'; return
escape('tooltip');">htmlText</span><p class="paragraph" />

Am I doing something wrongly ?

Thanks,
Arno.





More information about the devs mailing list