~TabbedSectionTag#

This tag allows you to specify a JSPWiki tabbed page. It is a container for the TabTag.

Usage#

  <wiki:TabbedSection defaultTab="<tab-id>" >
    <wiki:Tab id=".." title=".." accesskey=".." > 
      ..
    </wiki:Tab>
  </wiki:TabbedSection>

Parameters#

  • defaultTab : id of the default tab. This tab is displayed by default. When this parameter is not present, the first tab will be displayed.

Example#

  <wiki:TabbedSection defaultTab="pagecontent">
    <wiki:Tab id="pagecontent" title="View" accesskey="v"> 
      ..
    </wiki:Tab>
    <wiki:Tab id="attachment" title="Attach" accesskey="a"> 
      ..
    </wiki:Tab>
  </wiki:TabbedSection>

Generated markup:

  <div class="tabmenu">
    <span>
      <a class="activetab" 
         id="menu-pagecontent" 
         onclick="TabbedSection.onclick('pagecontent')" 
         accesskey="v"><u>V</u>iew</a>
    </span>
    ...
  </div>
  <div class="tabs">
    <div id="pagecontent">
    ...
    </div> 
    ...
    <div style="clear:both; height:0px;" > </div>
  </div>

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-1) was last changed on 08-May-2006 22:05 by UnknownAuthor  
G’day (anonymous guest) My Prefs
This is the left menu footer
JSPWiki v2.8.3-svn-4