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

Reply via email to