On Mar 18, 5:33 pm, knox <krowel...@gmail.com> 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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to