search for: sidebar_form

Displaying 1 result from an estimated 1 matches for "sidebar_form".

2007 Jul 12
1
remote_form_for behavior on javascript submit();
...ll, Tried this on the IRC channel but after an hour i figured nobody that was on knew, so i''ll try it here. I have a rhtml page with: <% remote_form_for(:performance_goal, :url => user_performance_goal_path(@user.account, @user, @performance_goal), :html => {:id => ''sidebar_form'', :method => :put}) do |f| %> <%= f.text_area :impact, :size => ''25x3'', :onchange => "this.form.submit();" %> <% end %> please know that the :method => :put is in there to send the request to my RESTful update method. When i change...