Re: adding a javascript call to be run after all multizone updates are performed

2010-08-05 Thread Paul Stanton
Thanks Thiago, but I don't think that helps as I need to include the script from within my event listener ie Java server side. I trawled through the list and found a post by Josh C that does the trick perfectly, i quote: Try this: @Inject private RenderSupport _support; @Inject

Re: adding a javascript call to be run after all multizone updates are performed

2010-08-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 Aug 2010 22:08:16 -0300, Paul Stanton wrote: Hi all, Hi! I've got an ajax event listener which returns a MultiZoneUpdate. I need to also run a script AFTER all of the zones have been updated. What is the simplest way to achieve this? Take a look at http://api.prototypejs.org

adding a javascript call to be run after all multizone updates are performed

2010-08-05 Thread Paul Stanton
Hi all, I've got an ajax event listener which returns a MultiZoneUpdate. I need to also run a script AFTER all of the zones have been updated. What is the simplest way to achieve this? Regards, Paul. - To unsubscribe, e-mail