Re: Effects library in Wicket

2009-02-16 Thread Anton Veretennikov
Also look at other JQuery integrations with Wicket:
http://code.google.com/p/wickext/
and
http://code.google.com/p/jquery4wicket/
From one of postings on wickext forum I saw they plan to merge.

-- Tony

On Mon, Feb 16, 2009 at 9:12 AM, Jeremy Thomerson
jer...@wickettraining.com wrote:
 See some of the JS integrations in:
 https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

 --
 Jeremy Thomerson
 http://www.wickettraining.com

 On Sun, Feb 15, 2009 at 8:04 PM, Azzeddine Daddah waarhei...@gmail.comwrote:

 Hi Wicket users,
 Is there any effects library integrated in Wicket? In the Wicket examples
 they just use the reference of the javascript files in the head of the page
 and then append the javascript causing the effect to the component like:
 target.appendJavascript(new Effect.Highlight($(' + c2.getMarkupId() +
 ')););

 Regards,
 Hbiloo



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Effects library in Wicket

2009-02-15 Thread Azzeddine Daddah
Hi Wicket users,
Is there any effects library integrated in Wicket? In the Wicket examples
they just use the reference of the javascript files in the head of the page
and then append the javascript causing the effect to the component like:
target.appendJavascript(new Effect.Highlight($(' + c2.getMarkupId() +
')););

Regards,
Hbiloo


Re: Effects library in Wicket

2009-02-15 Thread Jeremy Thomerson
See some of the JS integrations in:
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/

-- 
Jeremy Thomerson
http://www.wickettraining.com

On Sun, Feb 15, 2009 at 8:04 PM, Azzeddine Daddah waarhei...@gmail.comwrote:

 Hi Wicket users,
 Is there any effects library integrated in Wicket? In the Wicket examples
 they just use the reference of the javascript files in the head of the page
 and then append the javascript causing the effect to the component like:
 target.appendJavascript(new Effect.Highlight($(' + c2.getMarkupId() +
 ')););

 Regards,
 Hbiloo