On Nov 3, 2:44 am, Walter Lee Davis <[email protected]> wrote: > If you just want it for one updater, then do this: > > new Ajax.Updater('foo','bar.php', { > onCreate: function(){ > $('indicator').show(); > },
Is this actually working? The Prototype 1.6 Complete API Reference explicitly says that "onCreate is only available to responders, as it wouldn't make a lot of sense to individual requests" . Eric -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
