Re: best way to do tabs?

2009-01-08 Thread Margie
Yes, I agree, my main problem is figuring out how to avoid rewriting the css files. I will look at that link and the active class, that sounds like it's a good way to go. Thanks!! On Jan 8, 9:40 am, "Ariel Mauricio Nunez Gomez" wrote: > Since I think you are not

Re: best way to do tabs?

2009-01-08 Thread Ariel Mauricio Nunez Gomez
Since I think you are not (yet) using AJAX, all the logic you need should be available to the template already. Your main issue sems to be not having to rewrite any css files but only change the html item 'class' attribute. The last link and code snippet on my previous mail address that

Re: best way to do tabs?

2009-01-08 Thread Margie
I think the issue I have is that I seem to need to maintain "state". Let me use a contrived example. Suppose I have three tabs: books-tab, music-tab, and video-tab. When I click on books-tab, I get a subnav bar with three subnav tabs: "books about animals", "books about video", "books about

Re: best way to do tabs?

2009-01-08 Thread phoebebright
is not a directly a django question, but since django is the only > >>> web framework I know (and it's really cool, by the way!) I hope it's > >>> ok to post this here. > >>> Could someone advise me on the "best" way to do tabs?  IE, I'd like to > >&

Re: best way to do tabs?

2009-01-08 Thread Ariel Mauricio Nunez Gomez
Margie, I agree the current metod for adding new tabs in Pinax is kind of cumbersome. I also think ther is no need for javascript for that kind of simle stuff (i.e. This would be an overkill http://blog.evaria.com/wp-content/themes/blogvaria/jquery/index-multi.php) Perhaps you may want to search

Re: best way to do tabs?

2009-01-08 Thread Matias Surdi
@gmail.com> wrote: >> JQuery UI? >> >> Margie escribió: >> >>> Hi, >>> This is not a directly a django question, but since django is the only >>> web framework I know (and it's really cool, by the way!) I hope it's >>> ok to post this here. >

Re: best way to do tabs?

2009-01-08 Thread phoebebright
since django is the only > > web framework I know (and it's really cool, by the way!) I hope it's > > ok to post this here. > > > Could someone advise me on the "best" way to do tabs?  IE, I'd like to > > have a set of tabs at the top of my page with a sub navig

Re: best way to do tabs?

2009-01-08 Thread Matias Surdi
JQuery UI? Margie escribió: > Hi, > > This is not a directly a django question, but since django is the only > web framework I know (and it's really cool, by the way!) I hope it's > ok to post this here. > > Could someone advise me on the "best" way to do tabs

best way to do tabs?

2009-01-08 Thread Margie
Hi, This is not a directly a django question, but since django is the only web framework I know (and it's really cool, by the way!) I hope it's ok to post this here. Could someone advise me on the "best" way to do tabs? IE, I'd like to have a set of tabs at the top of my page