Sam,
I am unaware of any plugins for this, maybe there is one someone.
Fortunately though It is trivial to implement with the Scriptaculous
library.

Basically the syntax is
new Autocompleter.Local(id_of_text_field, id_of_div_to_populate,
array_of_strings, options);

Take a look at the local autocompleter wiki, it has all the
information you will need.
http://github.com/madrobby/scriptaculous/wikis/autocompleter-local

Cheers

--
Robert Zotter
Zapient, LLC
Ruby on Rails Development and Consulting

http://www.zapient.com
http://www.fromjavatoruby.com

On Nov 5, 9:03 am, Sam Kong <[EMAIL PROTECTED]> wrote:
> Hi,
>
> My client wants to type instead of select from a list.
> But it's not just a free typing but typing the first few letters.
> So basically, it's auto-complete function except that the list data is
> already in the client as an array in JavaScript.
>
> Is there any plugin for such a function?
> If not, how would you implement it?
>
> Thanks.
>
> Sam
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to