Re: Jquery tooltip for multiple fields in wicket

2013-08-02 Thread Murugan
Thanks sebestien , after following your steps am able to bring tooltip and it
is visible as long as the focus is on the particular field. But the tooltip
is very small. Can i customize the tooltip . i.e can i add some css over it
and provide a colourful tooltip. kindly help me out in this regard.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Jquery-tooltip-for-multiple-fields-in-wicket-tp4660449p4660640.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: Jquery tooltip for multiple fields in wicket

2013-08-01 Thread Murugan
Hi Martin,

I downloaded the wicket-jquery-ui through maven
 dependency
groupIdcom.googlecode.wicket-jquery-ui/groupId
artifactIdwicket-jquery-ui/artifactId
version6.8.1/version 
/dependency

also downloaded the required css and added the reference in my html page.

Added the below code in my java.
this.add(new TooltipBehavior()); 

But tooltip didnt appear in my page . Have i missed out something.Kindly
help me out.

Regards,
Murugan



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Jquery-tooltip-for-multiple-fields-in-wicket-tp4660449p4660603.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



Jquery tooltip for multiple fields in wicket

2013-07-24 Thread Murugan
AM Using wicket framework , I need jquery tooltip till the mouse focus on the
field.

There are multiple fields in the screen, whenever the user scroll the mouse
to the different fields tooltip should appear until the mouse take away from
the particular field.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Jquery-tooltip-for-multiple-fields-in-wicket-tp4660449.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