On Jan 23, 2007, at 6:52 AM, Joe at CodeGear wrote:
> I want to have an input widget with autocompletion for multiple
> entries. Similar to the "to:" filed in Outlook email, enter part
of a
> name, it autocompletes, enter a semicolon and do the same thing in the
> same field.
Have you tried
text_field_with_auto_complete :email, :to, {}, :tokens =>
'';''
?
That rightmost hash (completion_options) is passed to
auto_complete_field, see its documentation.
-- fxn
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---