Re: Hiding spry tabs until page loads
If hiding the tab content isn't a function for the tabbed panel, is it possible
to retrieve HTML code fragments from within the same document as the panels?
AdobeLabs has an example using updateContent to load the panel content when the
tab is clicked, but it references an external HTML page...
<li class="TabbedPanelsTab" tabindex="0"
onclick="Spry.Utils.updateContent('two','frags/frag1.html');">Tab 2</li>
|