tab
Defines the label and key for a tab in a tab panel. URIs specifying the key cause selection of the tab and display of the page associated with the tab.
Library
actabpanel
Tag class
com.actuate.activeportal.tags.tabpanel.Tab
Attributes
Table 7‑12 lists and describes the attributes for tab.
Table 7‑12 Attributes for tab
Attribute | Required | Description |
key | No | Specifies the identification key for this tab. If not set, the default is 0, 1, 2, and so on. Use with the selectedTab attribute of the tabPanel tag. |
selected | No | Specifies the label on the tab while the tab is selected. |
unselected | No | Specifies the label on the tab while the tab is not selected. |
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
Example
If subpage is defined in a tabpanel selectedTabParameter attribute, the following tag:
<actabpanel:tab key="_scheduled">
provides the ability to select this tab by using the following URI:
http://<application server>:<port>/iportal/selectjobs.do
?subpage=_scheduled