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.

Re: Jquery tooltip for multiple fields in wicket

2013-08-01 Thread Murugan
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

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: