Displaying 1 result from an estimated 1 matches for "treatmentfield".
Did you mean:
treatmentfields
2010 Apr 12
3
$(link).previous("input[type=hidden]") is undefined
...uot;input[type=hidden]").value =
"1";
in the view file I have :
<% echantillon_form.fields_for :treatments do |builder| %>
<%= render "treatment", :f => builder %>
<% end %>
in the partial I have :
<p class = "treatmentfields">
<tr>
<td class ="name"> type d''examen: </td><td></td><td><%=
f.text_field :treatmenttype %></td>
<td></td>
</tr>
<tr>
<td class ="nam...