[Proto-Scripty] Re: Ajax.updater - after text has been inserted into element

2009-09-10 Thread T.J. Crowder
Hi, The onComplete callback is triggered after all of Updater's work is done. HTH, -- T.J. Crowder tj / crowder software / com www.crowdersoftware.com On Sep 2, 11:11 pm, Mojito tokyot...@gmail.com wrote: I'm using the Ajax.Updater.  I'm looking for the callback that is executed after the

[Proto-Scripty] Re: Ajax.updater - after text has been inserted into element

2009-09-10 Thread Alex McAuley
-scriptaculous@googlegroups.com Sent: Thursday, September 10, 2009 11:07 AM Subject: [Proto-Scripty] Re: Ajax.updater - after text has been inserted into element JoJo wrote: I tried to defer it, but that didn't work. It said this.element is null in Control.js. I'm guessing because

[Proto-Scripty] Re: Ajax.updater - after text has been inserted into element

2009-09-02 Thread DJ Mangus
I don't think there is one that fires afterward. If you function#defer a function onsuccess it should have been completed after the defer timeout. On Wed, Sep 2, 2009 at 3:11 PM, Mojito tokyot...@gmail.com wrote: I'm using the Ajax.Updater. I'm looking for the callback that is executed