Actuate Information Console custom tags : tabEnd

tabEnd

Specifies HTML or JSP code to execute after defining the last tab in a tab panel.

Library

actabpanel

Tag class

com.actuate.activeportal.tags.tabpanel.TabEnd

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\newrequest\newrequestpage.jsp

Example

The following example specifies the inclusion of several images to create a border with rounded edges after defining the tabs.

<ui:tabEnd>
  <TR>
    <TD><img border=0 height=8
      src=<html:rewrite page="/images/bottom_l_corner.gif"/>
      width=8>
    </TD>
    <TD><img border=0 height=8
      src=<html:rewrite page="/images/horz_stretch.gif"/>
      width=100%>
    </TD>
    <TD><img border=0 height=8
      src=<html:rewrite page="/images/bottom_r_corner.gif"/>
      width=8>
    </TD>
  </TR>
</ui:tabEnd>

(c) Copyright Actuate Corporation 2011