Displaying 2 results from an estimated 2 matches for "starting_on".
Did you mean:
starting_
2006 Jun 12
2
date_select() in collection
Hi,
I am doing the following:
<% obj.contracts.each do |@contract| -%>
...
<%= hidden_field("contract[]", :contractor_id, :index =>
@contract.contractor.id) %>
<%= date_select("contract[]", :starting_on, :index =>
@contract.contractor.id) %>
...
<% end -%>
Here are the request parameters:
{"commit"=>"Save", "portfolio"=>{"starting_on(1i)"=>"2006",
"starting_on(2i)"=>"6", "starting_on(3i)"=&g...
2006 Jun 14
2
rjs issue with Internet Explorer
Hi,
When executing some rjs templates:
page.insert_html :bottom, ''contractors'', :partial => ''contractor''
page.visual_effect :highlight, "contractor#{@contract.contractor.id}",
:duration => 1
Works fine on Firefox, but nothing happens on IE. Is there any
equivalent of Firebug for Internet Explorer? Are there "well-known" tips
for