I am using the tabber widget to created tabs and it seems to work fine
however I can not figure out how to have one be selected when the page
loads ?
For example if I click on a link under the second tab, if the page
reloads then the first tab is selected :(
Here is the info from my master.kid
--snip--
<div class="tabber">
<div class="tabbertab">
<h2>Host Profiles</h2>
<p>Host Profile Manager is used to create and modify host configs.</p>
<h2>Options</h2>
<ul class="links">
<li><a href="/hosts/host_create">Add Host</a></li>
<li><a href="/hosts/host_update">Manage Hosts</a></li>
</ul>
</div>
<div class="tabbertab">
<h2><a href="/">Group Profiles</a></h2>
<p>Groups can be used to bring hosts together with Kickstarts
and generic groups for other purposes.</p>
<h2>Options</h2>
<ul class="links">
<li><a href="/groups/group_create">Create / Delete Group</a></li>
<li><a href="/groups/group_view">Views Groups</a></li>
</ul>
</div>
</div>
--snip--
In my controller I return:
mytabber = widgets.Tabber()
...
...
return dict(tabber=mytabber,.....
--snip--
Thanks
--
There is no line to cross. just a bar to be raised ....
Red Hat Certified Engineer
http://www.redhat.com/truthhappens/