search for: filter_box

Displaying 1 result from an estimated 1 matches for "filter_box".

Did you mean: filter_bin
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'' %> I receive the following in my params hash: "begin_date"=>{"date"=>"01/01/2006"}} I constructed a faux model FilterBox just for the occasi...