RE: mouseover in wicket

2012-03-26 Thread Wilhelmsen Tor Iver
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

Re: mouseover in wicket

2012-03-26 Thread Martijn Dashorst
Use the title attribute? Standard for all browsers. If that doesn't tickle your fancy, using bootstrap from twitter is fairly easy, and provides quite nice tooltips. Martijn On Sat, Mar 24, 2012 at 4:53 PM, Dan12321 wee...@centrum.cz wrote: Hello, is possible to create mouseover and show

Re: mouseover in wicket

2012-03-25 Thread Dan12321
Thanks. I try jwicket-tooltip, but it seems that it do not work with wicket 1.5.4. Visural wicket works, but I can not use ajax. When I move cursor over same element, I would like to call same method, that create tooltip. -- View this message in context:

Re: mouseover in wicket

2012-03-24 Thread Pierre Goupil
There's a project called jwicket-tooltip in wicketstuff. If you don't mind using jQuery, this could be a good spot. But a js lib just for that may be overkill as well. Have a look at wicketstuff-minis too, it may be more lightweight. Regards, Pierre Goupil On Sat, Mar 24, 2012 at 4:53 PM,

Re: mouseover in wicket

2012-03-24 Thread Josh Kamau
Also look at Visural wicket project. It has some nice tootips. http://code.google.com/p/visural-wicket/ http://wicket.visural.net/examples/ Josh On Sat, Mar 24, 2012 at 7:14 PM, Pierre Goupil goupilpie...@gmail.comwrote: There's a project called jwicket-tooltip in wicketstuff. If you don't