Actuate Information Console reference : Actuate Information Console custom tags : tabMiddle
 
tabMiddle
Specifies HTML or JSP code to execute for each currently unselected tab.
Library
actabpanel
Tag class
com.actuate.activeportal.tags.tabpanel.TabMiddle
Attributes
There are no attributes for this tag. Place the desired code as the body of the 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
Example
The following example specifies the color, width, alignment, and other attributes of unselected tabs:
<ui:tabMiddle>
<TD bgcolor="#31659C" width=7>&nbsp;</TD>
<TD bgcolor="#31659C" class="cellSidebar" valign="center"
nowrap="nowrap">
<A href="<%= request.getContextPath() %>/{2}"
class="lnkSidebar">{0}</A>
</TD>
<TD bgcolor="#31659C" width=7>&nbsp;</TD>
</ui:tabMiddle>