search for: dynarch_date_select

Displaying 5 results from an estimated 5 matches for "dynarch_date_select".

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">Sta...
2006 Jan 27
20
bundled_resource v.0.9
...t;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'', ''lunch_meeting'' %> == What''s new in v. 0.9? == This release marks a much improved and nearly completely rewritten dynarch calendar bundle. Here?s...
2006 Jan 16
1
Bundled resource -- something I''m missing
...coupled 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 occasion, but as you might expect, it can?t be created as ea...
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.
2006 Jul 01
3
best approach to add form elements dynamically
I am struggling with how to add dynamically add form elements to a form based on user action. Now here is my situation: I have model Project that has_many line_items On the form to create a project I initially display form elements (some drop downs and text boxes) for adding just one line_item. There is also a button or a link on the page (not sure if this should be in the main form or