Thanks, Sebastien! Regards,
Andrew -- Andrew Schetinin On Fri, Jul 26, 2013 at 11:57 AM, Sebastien <[email protected]> wrote: > Hi Andrew, > > There is no sample yet about the tooltip. > I will add sample(s) as soon I add a missing functionality (specifying > tooltip content using a Panel & ComponentRenderer, fyi) > > For now on: > > To handle tooltips globally in a page: > this.add(new TooltipBehavior()); > > To handle a tooltip for a specific (html) element: > this.add(new TooltipBehavior("#theSelector")); > > To handle a tooltip for a specific (wicket) component: > this.add(new TooltipBehavior(JQueryWidget.getSelector(myComponent))); > > Hope this helps, > Sebastien. > > > On Fri, Jul 26, 2013 at 10:42 AM, Andrew Schetinin <[email protected] > >wrote: > > > Hi Martin, > > > > > for jQuery UI see: http://www.7thweb.net/wicket-jquery-ui/ > > > > But where is a tooltip in that library? > > I could not find it... > > > > Regards, > > > > Andrew > > > > -- > > Andrew Schetinin > > > > > > On Wed, Jul 24, 2013 at 3:28 PM, Martin Grigorov <[email protected] > > >wrote: > > > > > Hi, > > > > > > If you use Twitter Bootstrap then you can check > > > http://wb.agilecoders.de/demo/js#tooltips > > > Otherwise for jQuery UI see: http://www.7thweb.net/wicket-jquery-ui/ > > > > > > > > > On Wed, Jul 24, 2013 at 8:57 AM, Murugan <[email protected]> > wrote: > > > > > > > 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: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > >
