On Wed, Mar 25, 2009 at 12:22 PM, tashfeen.ekram <[email protected]> wrote: > 1. if i use the :update param on form_for_remote can I mix javascript > and ruby? i want to use the selector offered by prototype but pass in > the parameters from a ruby expression
You can, but in some case you may find an RJS template easier to deal with, especially if you have complex logic after the form post. I usually just use :loading and :completed in my form tag and then do my update using replace_html instead of :update. > 2. Can you use RJS commands for :loading ? seems like not :( I've never tried, but yeah I think not also. > 3. for the button: > > <%= f.submit "Update", :disable_with => "Please wait..." %> > > I would like it to be disabled until the request ir returned however > using the above only disables it momentrily whil it is sending the > request and then it can be pressed again even before the sever > responds. That sounds like a bug to me. -- Greg Donald http://destiney.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

