Displaying 2 results from an estimated 2 matches for "startdatechang".
Did you mean:
startdatechanged
2006 Jul 26
8
change text_field_tag class
...#39;startdate'', @startdate, {:class => @startdateclass,
:readonly => "readonly", :maxlength => "25"} ) %>
<%= observe_field("startdate", :frequency => 0.5, :url => {:controller
=> ''booking'' , :action => ''startdateChanged'' }, :update => ''enddate'',
:with => "''input=''+$(''startdate'').value ") %>
</div>
<div>
<label for="enddate">Booking End Date</label><br />
<%= text_field_tag(''endd...
2006 Jul 26
0
render :update do | page | to modify a css class string...
...39;startdate'', @startdate, {:class =>
@startdateclass, :readonly => "readonly", :maxlength => "25"} )%>
<%= observe_field("startdate", :frequency => 0.5, :url =>
{:controller => ''booking'' , :action => ''startdateChanged'' }, :update
=> ''enddate'',
:with => "''input=''+$(''startdate'').value ")%>
</div>
<div>
<label for="enddate">Booking End Date</label><br />
<%= text_field_tag(''e...