I took a look and it shouldnt be hard to add this ...
The important file is tapestry-jquery.js and around line 150
there's a definition for a ui.tapestryZone widget

So, you need to modify the update function of the widget
to lookup functions in the Tapestry.ElementEffect namespace
and have them run.

On Thu, Oct 21, 2010 at 21:58, gbrits <gbr...@gmail.com> wrote:
>
> I'm porting my tapestry application to jquery using  Got5-JQuery and it looks
> great!
> One thing I can't figure out though:
>
> tapestry allows registering callbacks on zoneupdates, etc. using:
>
> Tapestry.ElementEffect.
>
> e.g for illustration purposes I had:
>
> Tapestry.ElementEffect.updateavailtrigger = function(element){
>   alert('yeah');
> }
>
> However Tapestry.ElementEffect isn't recognized anymore by the new jquery
> client-code.
>
> I had a quick look at the tapestry.js (the jquery one)  but couldn't figure
> it out.
>
> Anyone knows how to define such a callback?
>
> Thanks,
> Geert-Jan
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T5-porting-to-Got5-JQuery-how-to-use-former-Tapestry-ElementEffect-tp3231132p3231132.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

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

Reply via email to