Hi Murugan,

Please ensure (using firebug or equivalent) that you have in the html
header:
script src="...JQueryResourceReference/jquery/jquery-1.10.1..."
script src="... JQueryUIResourceReference/jquery-ui-1.10.3 ..."
script id="jquery-tooltip-..."

And then, in the body, that you have the "title" attribute set on the
element you wish to have the tooltip...

Best regards,
Sebastien.


On Thu, Aug 1, 2013 at 8:53 AM, Martin Grigorov <[email protected]>wrote:

> Hi,
>
> See Sebastien's examples earlier in this mail thread.
>
>
> On Thu, Aug 1, 2013 at 8:49 AM, Murugan <[email protected]> wrote:
>
> > Hi Martin,
> >
> > I downloaded the wicket-jquery-ui through maven
> >  <dependency>
> >         <groupId>com.googlecode.wicket-jquery-ui</groupId>
> >         <artifactId>wicket-jquery-ui</artifactId>
> >         <version>6.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: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>

Reply via email to