Hi everybody, I want to add spell checker in my rhtml page. Whatever user entered in all textarea and text boxes i want to check spell of them. How can i do that? -- 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 -~----------~----~----~----~------~----~------~--~---
I''m not sure what the point would be, most browsers include one now. On Jun 21, 2:55 pm, Mahendra <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi everybody, > > I want to add spell checker in my rhtml page. > Whatever user entered in all textarea and text boxes i want to check > spell of them. > How can i do that? > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
flukus-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> I''m not sure what the point would be, most browsers include one now.HI, Thanks..... i m using rail framework. And in my user entry form i want to add this spell checker. If browser support it already how to use it. -- 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 -~----------~----~----~----~------~----~------~--~---
Firefox and konqueror do it without you doing anything. I''m not sure about IE and safari. Google showed me these for ruby, although I haven''t used them: http://deezsombor.blogspot.com/2005/08/how-to-build-ajax-ed-spellchecker-with.html http://www.maxkiesler.com/index.php/comments/ajax_and_ruby_on_rails_based_spellchecker_demo/ On Jun 21, 3:28 pm, Mahendra Waykole <rails-mailing-l...@andreas- s.net> wrote:> flu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > I''m not sure what the point would be, most browsers include one now. > > HI, > Thanks..... > > i m using rail framework. > And in my user entry form i want to add this spell checker. > If browser support it already how to use it. > > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
hi everyone, I have user entry forms in html. I want to highlight the wrong spelled words in textarea or text box through ruby . Is it possible? -- 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 -~----------~----~----~----~------~----~------~--~---