Re: How to add tooltips to components?

2011-01-17 Thread James Carman
Do you need Ajax tooltips? Or, do you just need static ones that are known at page render time? For static ones, I've used overLIB ( http://www.bosrup.com/web/overlib/) and it worked fairly well. If you want to see some Wicket-based code for supporting overLIB, let me know. On Mon, Jan 17,

Re: How to add tooltips to components?

2011-01-17 Thread Ernesto Reinaldo Barreiro
If you don't mind using jquery here is an option: [1]. Click on the little ? sign at the right to see the source code. Ernesto 1-http://wiquery-plugins-demo.appspot.com/demo/?wicket:bookmarkablePage=:com.wiquery.plugins.demo.ToolTipPage On Mon, Jan 17, 2011 at 1:23 PM, Erich W Schreiner

Re: How to add tooltips to components?

2011-01-17 Thread Martijn Dashorst
use the title attribute Martijn On Mon, Jan 17, 2011 at 1:23 PM, Erich W Schreiner eschrei...@yahoo.com wrote: Dear list, what is the recommended way of adding tooltips to wicket components? I have searched Google, but found mostly outdated (wicketstuff jwicket is version 1.4.1) or

Re: How to add tooltips to components?

2011-01-17 Thread Josh Kamau
I use the visural wicket project . it has very nice tooltips. And there is a nice demo for you to view them before you decide to use them http://wicket.visural.net/examples/app/ regards. Josh On Mon, Jan 17, 2011 at 3:43 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: use the title