I see there is full ajax mode but I wanted to see if there is a hybrid mode where some tabs are ajax driven and some static.
views:
68answers:
1
+1
A:
Sure. Each link is independent of the other... The AJAX example on the demo page has both a static tab and ajax loaded tab.
Example
<div id="tabs">
<ul>
<li><a href="#tabs-1">Static</a></li>
<li><a href="ajax/content1.html">AJAX</a></li>
</ul>
</div>
Doc Hoffiday
2010-04-18 00:48:11