check this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent
Dipu On Wed, Dec 24, 2008 at 6:15 AM, T C <[email protected]> wrote: > I understand all integrations may be different but has anyone posted a > "recipe" for how to create an integration jQuery, i.e., what is required for > creating a behavior? > > Thanks, > > /tc > > > > > ________________________________ > From: Jeremy Thomerson <[email protected]> > To: [email protected] > Cc: [email protected] > Sent: Tuesday, December 23, 2008 6:20:18 PM > Subject: Re: Wicket and Javascript framework integration > > Check out one of the many examples in Wicket Stuff, for instance, the YUI > integration: > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/yui-parent/yui/ > > You can also see what Nino has just been working on in the past couple of > days with this: > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/artwork-parent/artwork/ > > Basically, you'll just need to include the JS file (i.e. jQuery, etc) with a > ResourceReference, and then create a behavior (for example, extend > AbstractBehavior) that adds the appropriate JS code to the page to add > jQuery (or other) components / behaviors to your Wicket components. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > On Tue, Dec 23, 2008 at 8:15 PM, tabiul mahmood <[email protected]> wrote: > >> Hi, >> I would like to know more about how can I go about integrating wicket with >> one of the popular javascript framework (Dojo or jQuery). We would like to >> use the standard wicket component and flavour the component with the JS. I >> want to avoid writing wicket component extension. I am aware that there is >> Ajax based Wicket component but how can I go about adding my own feature >> which might be lacking with the wicket Ajax component? >> >> If there is any sample that I can refer to that would be helpful >> >> Thanks >> >> -- >> Regards, >> >> Tabiul Mahmood >> > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
