I''m wondering what would be appropriate for the scenario I have: I am using the DynamicCalendarHelper which generates a beautiful html calendar with css. The goal is to be able to click on an individual day and have the information for that day displayed along side the calendar. The most similar example I can find is here: http://rubyonrailsworkshops.com/ but I want to be able to click on a day and have the information for that day stay presented. I''m not sure if this is a job for ajax or some javascript library like prototype. This is a very beginner question, I have no experience with either. Any info is appreciated! thanks, Dave --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, 2008-06-27 at 18:20 -0700, Dave Lynam wrote:> I''m wondering what would be appropriate for the scenario I have: I am > using the DynamicCalendarHelper which generates a beautiful html > calendar with css. The goal is to be able to click on an individual > day and have the information for that day displayed along side the > calendar. The most similar example I can find is here: > > http://rubyonrailsworkshops.com/ > > but I want to be able to click on a day and have the information for > that day stay presented. I''m not sure if this is a job for ajax or > some javascript library like prototype. This is a very beginner > question, I have no experience with either. Any info is appreciated! > thanks, Dave---- take a look at http://almosteffortless.com/eldorado/ you can download the source code and use it if it helps Craig --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This looks promising. Thanks a lot. On Jun 27, 6:57 pm, Craig White <craigwh...-BQ75lA0ptkhBDgjK7y7TUQ@public.gmane.org> wrote:> On Fri, 2008-06-27 at 18:20 -0700, Dave Lynam wrote: > > I''m wondering what would be appropriate for the scenario I have: I am > > using the DynamicCalendarHelper which generates a beautiful html > > calendar with css. The goal is to be able to click on an individual > > day and have the information for that day displayed along side the > > calendar. The most similar example I can find is here: > > >http://rubyonrailsworkshops.com/ > > > but I want to be able to click on a day and have the information for > > that day stay presented. I''m not sure if this is a job for ajax or > > some javascript library like prototype. This is a very beginner > > question, I have no experience with either. Any info is appreciated! > > thanks, Dave > > ---- > take a look athttp://almosteffortless.com/eldorado/ > > you can download the source code and use it if it helps > > Craig--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---