search for: t1_descript

Displaying 2 results from an estimated 2 matches for "t1_descript".

2006 May 28
1
Bundled Resource 0.9 dynarch_date_select
...%> <%= 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'' %></p> <!--[eoform:t1]--> But all I keep getting in Firefox is the standard rails date selector and not the nice calendar widget. Has anyone got this working...
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.