Render a [[tabview]] element with YUI-compatible HTML structure.
[[tabview]]
The first tab is selected by default (visible, with the selected class on its nav item). All other tabs have display:none on their content divs.
selected
display:none
The current render context.
Array of tab data, each with a label and child elements.
Render a
[[tabview]]element with YUI-compatible HTML structure.The first tab is selected by default (visible, with the
selectedclass on its nav item). All other tabs havedisplay:noneon their content divs.