Actuate Information Console custom tags : tab

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 8-26 lists and describes the attributes for tab.

Table 8-26  Attributes for tab 
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.

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

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

(c) Copyright Actuate Corporation 2011