还有一天与铁路连接,今天,我想使用Ajax.链接_remote_link,来改变案文,是非常容易的,因此,我认为,改用我的形式也很容易——只用一个有边远的Ajax申请表。 表格_for,但偏僻问题 形式——因为它没有拯救我的变化?
这里使用的守则:
<% form_for bill, :url => {:action => update , :id => bill.id} do |f| %>
# make the processing e.g. displaying texfields and so on
<%= submit_tag speichern %>
它制定了以下《html法典》:
<form action="/adminbill/update/58" class="edit_bill" id="edit_bill_58" method="post"><div style="margin:0;padding:0;display:inline"><input name="_method" type="hidden" value="put" /></div>
<!-- here the html things for the forms -->
<input class="button" name="commit" type="submit" value="speichern" />
在这里,这部法律没有给我带来变化并提交:
<% remote_form_for bill, :url => {:action => update , :id => bill.id} do |f| %>
# make the processing e.g. displaying texfields and so on
<%= submit_tag speichern %>
它制定了以下《html法典》:
<form action="/adminbill/update/58" class="edit_bill" id="edit_bill_58" method="post" onsubmit="$.ajax({data:$.param($(this).serializeArray()), dataType: script , type: post , url: /adminbill/update/58 }); return false;"><div style="margin:0;padding:0;display:inline"><input name="_method" type="hidden" value="put" /></div>
<!-- here the html things for the forms -->
<input class="button" name="commit" type="submit" value="speichern" />
我不知道我是否在使用遥远的图像(见?remote_form_for)时需要考虑一些特殊问题。