たとえばJavaScript
1 <% remote_form_for(@article, :url => {:action => :update, :id => @article}, :update => 'list',:html=>{:id=> 'article'}) do |f| %> 2 3 <%= render :partial=>f %> 4 5 <p> 6 <%= f.submit "保存" %> 7 </p> 8 <% end %>
posted by
ysakaki
on Tue 19 Aug 2008
at 11:56
