I haven't seen anything in the Wiki either, but you might want to check the source. There may be a function in there you could hook on to that's just not documented. The only two events in the autocompleter cycle that appear extensible are updateElement (where you have to replace the entire add-the-item-to-the-field part with your own creation), afterUpdateElement (which looks interesting) and callback (before the field data is sent to the server, might be too soon for you).
Walter On Apr 8, 2009, at 8:50 AM, Antti Boman wrote: > I couldn't find any method for the Autocompleter object that would run > a piece of javascript, either. And I also didn't find anything by > googling. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
