Displaying 2 results from an estimated 2 matches for "convert_date_to_multi_params".
2006 Jan 16
1
Bundled resource -- something I''m missing
I have a decoupled form embedded in my pages ? a search box that has date
fields ? and of course the search fields are not in my model. However,
picking dates is a great use for the Dynarch calendar. It seems that by
using the syntax:
<%= render :partial => ?filter_box? %>
In my view and...
<%= dynarch_date_select ''filter_box'', ''begin_date'' %>
2006 Jan 27
20
bundled_resource v.0.9
...9;' %>
<%= dynarch_datetime_select ''user'', ''lunch_meeting'' %>
== What''s new in v. 0.9? ==
This release marks a much improved and nearly completely rewritten
dynarch calendar bundle.
Here?s what?s new:
It is no longer necessary to call convert_date_to_multi_params! in
your controller
Backwards compatibility for non-javascript browsers is now improved.
Calling dynarch_date_select will call the built-in rails date_select
method so that users whose browsers have no javascript can still
select a date in a reasonable way.
There is no longer an obnoxious ?...