Actuate Information Console custom tags : tabMiddleSelected

tabMiddleSelected

Specifies HTML or JSP code to execute for the currently selected tab.

Library

actabpanel

Tag class

com.actuate.activeportal.tags.tabpanel.TabMiddleSelected

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

<context root>\private\query\createpage.jsp

<context root>\private\query\runpage.jsp

Example

The following example specifies the color, width, alignment, and other attributes of the selected tab.

<ui:tabMiddleSelected>
  <TD bgcolor="#31659C" width=7>&nbsp;</TD>
  <TD bgcolor="#31659C" class="cellSidebarSelected"
    nowrap="nowrap">
    <A href="<%= request.getContextPath() %>/{2}"
      class="lnkSidebarSelected">{0}</A>
  </TD>
  <TD bgcolor="#31659C" width=7>&nbsp;</TD>
</ui:tabMiddleSelected>  

(c) Copyright Actuate Corporation 2011