[Blog] How to replace component with animation

2013-02-21 Thread Martin Grigorov
Hi, While fixing WICKET-5039 I've created an application that demonstrates how to replace a component with animation effect and blogged about it at http://wicketinaction.com/2013/02/replace-components-with-animation/ I hope you find it useful! -- Martin Grigorov jWeekend Training, Consulting, D

Re: [Blog] How to replace component with animation

2013-02-21 Thread Andrea Del Bene
Just for curiosity, have you considered also to do this using global AJAX listeners (using handlers for '/dom/node/removing' and '/dom/node/adding')? Hi, While fixing WICKET-5039 I've created an application that demonstrates how to replace a component with animation effect and blogged about it

Re: [Blog] How to replace component with animation

2013-02-21 Thread Francois Meillet
Thanks Martin, I like it and I'm gonna use it ! François Meillet Formation Wicket - Développement Wicket Le 21 févr. 2013 à 18:50, Andrea Del Bene a écrit : > Just for curiosity, have you considered also to do this using global AJAX > listeners (using handlers for '/dom/node/removing' and

Re: [Blog] How to replace component with animation

2013-02-21 Thread Martin Grigorov
Hi Andrea, On Thu, Feb 21, 2013 at 7:50 PM, Andrea Del Bene wrote: > Just for curiosity, have you considered also to do this using global AJAX > listeners (using handlers for '/dom/node/removing' and '/dom/node/adding')? It wont work with the global events. As I describe in the article the anim

Re: [Blog] How to replace component with animation

2013-02-21 Thread Martin Grigorov
Well done, Ernesto! On Thu, Feb 21, 2013 at 9:13 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > Thanks for sharing! > > Inspired by your article I came up with following behavior that will: > > 1-Make component appear when appear when page is loaded. > 2-Have the same e

Re: [Blog] How to replace component with animation

2013-02-22 Thread Martin Grigorov
Ernesto, Sebastien, Isn't that a good addition to WIquery/Wicket-JQuery-UI libraries ? JQuery UI provides many more effects. On Fri, Feb 22, 2013 at 1:18 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > I have made this code publicly available (with some minor improvem

Re: [Blog] How to replace component with animation

2013-02-22 Thread Sebastien
Hi Martin, hi Ernesto, Yes, definitely... I never tried (and even thought about) this but I guess this is an important feature to have! Thank you very much, Ernesto! I look at the code in detail asap :) Best regards, Sebastien. On Fri, Feb 22, 2013 at 1:05 PM, Ernesto Reinaldo Barreiro < reier..