I came up with this in the meantime...
new Ajax.Autocompleter("autocomplete", "autocomplete_choices",
"processor.php",
{method:'post',parameters:"value=value",paramName:"name"});
One more question. How would you take an input and then output
something else? I know that Ajax.Updater can be used to retrieve some
results and that, like above, Ajax.Autocompleter can be used to input
it, but how do you orchestrate them?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---