frank a écrit :
> Is there a way to send an extra parameter with Autocompleter?

Sure: use the parameters options key if those are static (they will then
always appear in addition to default/callback-provided params), or the
callback options key to make those dynamic, as Colin says.

The callback function takes two arguments:

1) the input element
2) the encoded current status of the parameters (paramName=uriEncodedToken)

It returns the new parameter string.

-- 
Christophe Porteneuve a.k.a. TDD
"[They] did not know it was impossible, so they did it." --Mark Twain
Email: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to