> is possible to create mouseover and show tooltip (wicket panel with html) 
> when I move cursor over html element/text/link. Is there any way how to do it 
> in wicket?

I have used the wicketstuff Mootip extensions to do that earlier, worked fine. 
Only drawback was that the MootipBehaviour constructors took String instead of 
IModel<String> so we needed to "localize" at the time of adding them (not a 
problem in our case though). Note: So far we use Wicket 1.4, not tested this 
with 1.5. 

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to