knox
2009-Mar-18 17:33 UTC
Is there something like form_remote_tag that does an Ajax.Updater vs Ajax.Request
I am looking for a form helper tag that will output a form tag that uses Ajax.Updater instead of Ajax.Request. Does one exist? I haven''t seen anything in the API docs. I am relatively new to rails, but I have been using prototype for a few years, so I am comfortable writing out the form tag to use Ajax.Updater manually if that''s the best option. Thanks in advance, Knox --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-18 17:37 UTC
Re: Is there something like form_remote_tag that does an Ajax.Updater vs Ajax.Request
On Mar 18, 5:33 pm, knox <krowel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am looking for a form helper tag that will output a form tag that > uses Ajax.Updater instead of Ajax.Request. Does one exist? I haven''t > seen anything in the API docs. I am relatively new to rails, but I > have been using prototype for a few years, so I am comfortable writing > out the form tag to use Ajax.Updater manually if that''s the best > option. >form_remote_tag will use an Ajax.Updater if you use the :update option Fred> Thanks in advance, > Knox--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---