Tabs

I’m new to Ruby/Rails

I want to create Tabs similar to these…
http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People

Can someone outline the best method?

Specifically,

Is creating a tabs.html in …apps\views\layouts and using

class PhotoController < ApplicationController
layout “tabs”

…in my controller the best method?

How can I refresh the submenus and page text when clicking from tab to
tab?

Thank you,
jim


Don?t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

for sure, but in the world of eXtreme Programming it really is the
Personal Blog -> http://peterwright.blogspot.com

http://demo.raibledesigns.com/struts-menu/
layout “tabs”


Don?t just search. Find. Check out the new MSN Search! http://
search.msn.click-url.com/go/onm00200636ave/direct/01/


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

<< PGP.sig >>


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

I’m not sure of the best way to create tabs at this point and don’t know
if
I will be using AJAX to refresh the sub menus.

Jim


Express yourself instantly with MSN Messenger! Download today - it’s
FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

menu(current_controller) %>

I’m new to Ruby/Rails

jim


Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

They look good…

what I would really like to do is use the tabs(and other functionality)
from
DOJO…

http://dojotoolkit.org/

Jim


Don?t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

hi
i am using tabs menu on the website sprinj http://sprinj.com

i have a helper menu found in each layout file i.e <%=
menu(current_controller) %>

the menu function is in application_helper

tabs are formatted with CSS, and the current tab is outlined and found
thanks to current_controller parameter