tabPanel
Defines a tab panel and the pages associated with each tab. The tabPanel tag contains other tags from the actabpanel library that specify different parts of the tab panel.
Library
Tag class
com.actuate.activeportal.tags.tabpanel.TabPanelTag
Attributes
Table 8-27 lists and describes the attributes for tabPanel.
Table 8-27 Attributes for tabPanel Specifies any HTML attributes to apply to the page part of the HTML table if style=vertical. The key of the tab to select if selectedTab is null. If selectedTab and defaultTab are unspecified, the first tab becomes the selected tab. Specifies whether the server should start writing the server response before processing the entire page. Specifies the key of the desired tab. This causes highlighting of the selected tab and display of the page associated with the tab. selectedTabParameter Specifies the parameter name that URIs use to specify the key of the desired tab. Specifies any HTML attributes to apply to the tab part of the HTML table if style=vertical. Specifies any HTML attributes to apply to the nested HTML table containing the tabs.Used in
<context root>\private\common\errors\error.jsp
<context root>\private\common\sidebar.jsp
<context root>\private\jobs\selectjobscontent.jsp
<context root>\private\newrequest\newrequestpage.jsp
<context root>\private\options\optionspage.jsp
<context root>\private\query\createpage.jsp
<context root>\private\query\runpage.jsp
Example
The following example creates a tab panel with four tabs. The _completed tab is chosen by default and URLs can specify the tab desired by using subpage=<tab key>.
(c) Copyright Actuate Corporation 2011 |
![]() |