RE: Wicket and jQuery UI

2012-10-08 Thread Hielke Hoeve
Subject: Re: Wicket and jQuery UI Hi, I will provide an answer for wicket-jquery-ui and let people/users from wiQuery answer about this last. wicket-jquery-ui has several goals: the first one is to provide the jQuery UI widget library as Wicket components, for both wicket 1.5.x and wicket 6.x

Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
Hi Wicket I have been looking at a) wiQuery and b) wicket-jquery-ui What API to use when doing a bridge between Wicket and jQuery UI? Recommendations and experience would be very much welcomed. Thanks in advance! Best regards/Med venlig hilsen Ronny Voss Nordea Bank Danmark A/S Online

Re: Wicket and jQuery UI

2012-10-02 Thread Martin Grigorov
Hi, On Tue, Oct 2, 2012 at 9:28 AM, ronny.v...@consult.nordea.com wrote: Hi Wicket I have been looking at a) wiQuery and b) wicket-jquery-ui What API to use when doing a bridge between Wicket and jQuery UI? What exactly do you need ? The bridge is AbstractDefaultAjaxBehavior - the base

RE: Wicket and jQuery UI

2012-10-02 Thread Ronny.Voss
bla. Hope I explain myself fully here. - Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 02 October 2012 08:52 To: users@wicket.apache.org Subject: Re: Wicket and jQuery UI Hi, On Tue, Oct 2, 2012 at 9:28 AM, ronny.v...@consult.nordea.com wrote: Hi

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
this API because bla bla. Hope I explain myself fully here. - Ronny -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: 02 October 2012 08:52 To: users@wicket.apache.org Subject: Re: Wicket and jQuery UI Hi, On Tue, Oct 2, 2012 at 9:28 AM, ronny.v

Re: Wicket and jQuery UI

2012-10-02 Thread Sébastien Gautrin
Hi Pointbreak, At least for wicket-jquery-ui, it offers also pure behaviours integration for jquery extensions that are pure behaviours (such as Droppable). I think wiQuery does as well. For ease of defining such things for you own component, it is the main goal of wicket-jquery-ui; take

Re: Wicket and jQuery UI

2012-10-02 Thread Pointbreak
a draggable by having a DraggableBehavior? In wicket-jquery-ui you need to subclass a Draggable panel, which is obviously not possible with already existing components/panels. Just to clarify: this is my very personal opinion on how a jquery integration should be designed (and actually how I've done

Re: Wicket and jQuery UI

2012-10-02 Thread Sebastien
Hi, I will provide an answer for wicket-jquery-ui and let people/users from wiQuery answer about this last. wicket-jquery-ui has several goals: the first one is to provide the jQuery UI widget library as Wicket components, for both wicket 1.5.x and wicket 6.x. The work has mainly been focused