Hi Marnen,

Yeah I suppose I should have been more precise as to what I was trying 
to find.  I did find something that will work with what I'm after:

http://agilewebdevelopment.com/plugins/calendariffic_0_1_0

I wanted something that worked as a widget that had a nice theme, was 
easy to style, and easy to date convert.  Using this I can do the 
following:

<%= calendariffic_input(false, :compiled_on, 'calendariffic/date.png', 
'search_cal', '%Y-%m-%d',  @todays_date, {}, {:class => 'borderless'}) 
%>

Pretty easy method call and the documentation in the file matches 
something I can read pretty easily.  I changed the dateformat, the 
name/id, and can pass this along to my named_scope to generate the date.

Now I just have to figure out whether I need to use an actual submit 
button or whether I can find something that works like an OnChange or an 
observer method.  I'd like it so that when someone presses the calendar 
widget and selects the date, a notifier method changes the data..

I'll look into it..

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to