Is it possible to link to a tabbed page but also to have a specific tab selected (not just the first one)?
If so, how would I do that?
Is it possible to link to a tabbed page but also to have a specific tab selected (not just the first one)?
If so, how would I do that?
Comments
Comment #1
nedjoHmm. Each tab is referenced by an index. You can use the setSelectedIndex method, see the (very basic) documentation http://webfx.eae.net/dhtml/tabpane/tabpane.html. The tabset is referenced by the name you give it when you create it. To have this take effect on page load, I suppose you would need something like:
Comment #2
wim leersThis is possible with the Drupal 5 version of this module.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
pwieck commentedIs their an updated way of doing this, I don't understand it. My problem is that I want a text link on my first tab linking to my second tab (for detailed info click here kind of thing). I posted the same request in the general forum but have not recieved an anwser. post #339393
Thank you
------------------------------------------------
Drupaling on 18 wheels
Comment #5
pwieck commentedStill looking for help. Thanks
Comment #6
nedjoI'd welcome a patch that added support for active tabs.
Comment #7
Kripsy commentedI would be interested in this as well. I know very little about javascript though, could you point me in the right direction? I noticed the D5 version had this, maybe I can try and mimic the behavior.
Comment #8
mvcI believe this is a duplicate of #573782: Linking to a specified tab, is it possible?