I’m trying to setup a simple tabview from existing markup, ala this example from the YUI developer network. Works like a charm. However, my question is, how do you designate which of the tabs should be initially selected? Can it be done via the existing markup, or is the only way via javascript? This isn’t really addressed in the examples or documentation that I could see…
Share
You ca select child by calling
selectChild(index)Hope this helps. 🙂