Feng Tien
2009-Jan-22 05:38 UTC
Is there a plugin that can autofill(ajax) during user input?
I haven''t done rails in a year, but can someone tell me if there is a plugin or how much work is it to add an auto fill function like google''s front page? Would you just use an observer on the form or is there already a built in class that can do this? Thanks! Feng -- Posted via http://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-/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 -~----------~----~----~----~------~----~------~--~---
Daniel
2009-Jan-22 05:43 UTC
Re: Is there a plugin that can autofill(ajax) during user input?
Hey Feng, Please check out the following url http://github.com/search?type=Repositories&language=&q=Auto+complete&repo=&langOverride=&x=0&y=0&start_value=1 you can find them on github On Jan 22, 1:38 pm, Feng Tien <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I haven''t done rails in a year, but can someone tell me if there is a > plugin or how much work is it to add an auto fill function like google''s > front page? > > Would you just use an observer on the form or is there already a built > in class that can do this? > > Thanks! > > Feng > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Manmay
2009-Jan-22 05:48 UTC
Re: Is there a plugin that can autofill(ajax) during user input?
auto_complete plugin http://svn.rubyonrails.org/rails/plugins/auto_complete -manmay On Thu, Jan 22, 2009 at 11:13 AM, Daniel <chouti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hey Feng, > > Please check out the following url > http://github.com/search?type=Repositories&language=&q=Auto+complete&repo=&langOverride=&x=0&y=0&start_value=1 > you can find them on github > > > On Jan 22, 1:38 pm, Feng Tien <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: >> I haven''t done rails in a year, but can someone tell me if there is a >> plugin or how much work is it to add an auto fill function like google''s >> front page? >> >> Would you just use an observer on the form or is there already a built >> in class that can do this? >> >> Thanks! >> >> Feng >> -- >> Posted viahttp://www.ruby-forum.com/. > > >-- M@nmay http://manmays.googlepages.com http://manmays.blogspot.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-/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 -~----------~----~----~----~------~----~------~--~---
Feng Tien
2009-Jan-22 06:31 UTC
Re: Is there a plugin that can autofill(ajax) during user input?
Jette Chan wrote:> Hey Feng, > > Please check out the following url > http://github.com/search?type=Repositories&language=&q=Auto+complete&repo=&langOverride=&x=0&y=0&start_value=1 > you can find them on github > > > On Jan 22, 1:38�pm, Feng Tien <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Totally forgot to check github, thanks Jette. -- Posted via http://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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Bob Martens
2009-Jan-22 06:41 UTC
Re: Is there a plugin that can autofill(ajax) during user input?
Excellent, saves me the trouble of looking for this. Thanks! On Jan 22, 12:31 am, Feng Tien <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Jette Chan wrote: > > Hey Feng, > > > Please check out the following url > >http://github.com/search?type=Repositories&language=&q=Auto+complete&... > > you can find them on github > > > On Jan 22, 1:38 pm, Feng Tien <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > Totally forgot to check github, thanks Jette. > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---