search for: withajax

Displaying 2 results from an estimated 2 matches for "withajax".

2005 Dec 21
1
RE: Prototype: correct useage of onComplete withAjax.PeriodicalUpdater
...0.0 }); -----Original Message----- From: Nicky Peeters [mailto:nicky.peeters-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org] Sent: Wednesday, December 21, 2005 7:13 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Prototype: correct useage of onComplete withAjax.PeriodicalUpdater Hello all, I know it''s a Prototype question, but I hope someone can tell me what I''m doing wrong (I hope Prototype gets documented soon ;-( Problem: using a onComplete callback with Ajax.PeriodicalUpdater (using scriptaculous 1.5 with Prototype 1.4) Works:...
2005 Dec 21
1
RE: Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater
...mane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Nicky Peeters Sent: Wednesday, December 21, 2005 11:31 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Prototype: correct useage of onCompletewithAjax.PeriodicalUpdater Tom, Thanks for your reply, unfortunately I need to execute a function *after* the insertion of received content into the container, specifically to remove my progress-indication content. I could ofcourse write the insertion code myself, and add the other code in there,...