Displaying 2 results from an estimated 2 matches for "startdateclass".
2006 Jul 26
8
change text_field_tag class
in my booking / _form I have the following input fields : (startdate and
endate)
<div>
<label for="startdate">Booking Start Date</label><br />
<%= text_field_tag(''startdate'', @startdate, {:class => @startdateclass,
:readonly => "readonly", :maxlength => "25"} ) %>
<%= observe_field("startdate", :frequency => 0.5, :url => {:controller
=> ''booking'' , :action => ''startdateChanged'' }, :update => ''enddate'...
2006 Jul 26
0
render :update do | page | to modify a css class string...
..._form.rhtml, I have 2 <input text fields>
startingdate (selction from unobstrusive calendar ) and endingdate
<div>
<label for="startdate">Booking Start Date</label><br />
<%= text_field_tag(''startdate'', @startdate, {:class =>
@startdateclass, :readonly => "readonly", :maxlength => "25"} )%>
<%= observe_field("startdate", :frequency => 0.5, :url =>
{:controller => ''booking'' , :action => ''startdateChanged'' }, :update
=> ''enddate'...