Hi: I have a RoR index page where I''d like to implement some tabs. Each tab would contain a bunch of fields that would be populated on the tab upon clicking it. Is there a tabs implementation anywhere in RoR or scriptaculous that anyone can point me to? Thanks so much in advance! Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
looking for something like that? http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app HTH --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Mike Dershowitz wrote:> Hi: > > I have a RoR index page where I''d like to implement some tabs. Each > tab would contain a bunch of fields that would be populated on the tab > upon clicking it. Is there a tabs implementation anywhere in RoR or > scriptaculous that anyone can point me to? > > Thanks so much in advance! > > MikeNot sure if this is what you''re looking for, but here''s how I built tabs for one of my sites: http://rpheath.com/posts/2007/09/27/tabbed-navigation-tip-for-rails. -- 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 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 -~----------~----~----~----~------~----~------~--~---
ditto http://www.vaporbase.com/postings/A_tab_helper_that_works_for_me On Oct 7, 11:33 am, ry an <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Mike Dershowitz wrote: > > Hi: > > > I have a RoR index page where I''d like to implement some tabs. Each > > tab would contain a bunch of fields that would be populated on the tab > > upon clicking it. Is there a tabs implementation anywhere in RoR or > > scriptaculous that anyone can point me to? > > > Thanks so much in advance! > > > Mike > > Not sure if this is what you''re looking for, but here''s how I built tabs > for one of my sites:http://rpheath.com/posts/2007/09/27/tabbed-navigation-tip-for-rails. > -- > Posted viahttp://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 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 -~----------~----~----~----~------~----~------~--~---