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 constructors took String instead of 
IModelString 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



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 tooltip (wicket panel with html)
 when I move cursor over html element/text/link. Is there any way how to do
 it in wicket?
 Thanks.

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/mouseover-in-wicket-tp4501543p4501543.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com

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



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: 
http://apache-wicket.1842946.n4.nabble.com/mouseover-in-wicket-tp4501543p4502804.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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, Dan12321 wee...@centrum.cz wrote:

 Hello,
 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?
 Thanks.

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/mouseover-in-wicket-tp4501543p4501543.html
 Sent from the Users forum mailing list archive at Nabble.com.

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




-- 
Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
assez fort.


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
 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, Dan12321 wee...@centrum.cz wrote:

  Hello,
  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?
  Thanks.
 
  --
  View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/mouseover-in-wicket-tp4501543p4501543.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


 --
 Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
 assez fort.