Displaying 2 results from an estimated 2 matches for "t1_start_dat".
Did you mean:
t1_start_date
2006 May 28
1
Bundled Resource 0.9 dynarch_date_select
...orated dynarch_date_select
in my application. I''m using Rails 1.1.2 with Bundled Resource 0.9. I''m
trying the following test:-
<% require_bundle :dynarch_calendar %>
<%= error_messages_for ''t1'' %>
<!--[form:t1]-->
<p><label for="t1_start_date">Start date</label><br/>
<%= dynarch_date_select ''t1'', ''start_date'' %></p>
<p><label for="t1_description">Description</label><br/>
<%= text_field ''t1'', ''description&...
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks,
As I was putting together a rough form for a rails app, I got to
thinking how much smoother (in my siytuation) a little calendar widget
would be than the default date picker selects.
Does anyone know if such a thing exists ?
I suspect it would have to be somewhat designed with rails in mind to
populate the right kind of post params for convenient use at the
controller end.