search for: dynarch_calendar

Displaying 4 results from an estimated 4 matches for "dynarch_calendar".

2006 Jan 27
20
bundled_resource v.0.9
...ore the calendar bit because it?s such a pain to set up. The bundled_resource plugin makes it trivially easy to keep all of these pieces together, and to include each "bundle" with a single method, require_bundle, wherever the bundle is needed. == Examples == <%= require_bundle :dynarch_calendar, :color => ''green'', :language => ''en'', :icon => ''/images/my_calendar.gif'' %> <%= dynarch_date_select ''user'', ''birthday'' %> <%= dynarch_datetime_select ''user'', ...
2006 May 28
1
Bundled Resource 0.9 dynarch_date_select
I''m new to rails and and am trying to incorporated 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=&quot...
2006 Jan 26
3
discard_year => true
Hi All I''m attempting to make a simple time select field so I thought I just needed a datetime_select with the option :discard_year => true. However, every ''discard'' option except discard_year seems to work. So I''m left with a year, hour and minute to select. Could anyone please point me in the right direction? Much appreciated. Doug -- Posted via
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.