tabs


Standard Syntax:
     <%@ taglib prefix="tabs" uri="http://java.freehep.org/tabs-taglib" %>

XML Syntax:
     <anyxmlelement xmlns:tabs="http://java.freehep.org/tabs-taglib" />

The tabs taglib allows to easily add tabs to your web application.

Tag Library Information
Display NameNone
Version1.1
Short Nametabs
URIhttp://java.freehep.org/tabs-taglib
 

Tag Summary
tabsThe container of tabs.
tabThese tags must be included in a "tabs" tag; they represent the tabs. The body of the selected tab will be displayed with a box around it with the same color of the selected tab. The placement of the box is either above or below the tabs depending on the value of the "position" attribute of the "tabs" tag.
tabBodyConveninece tag to draw a box around a body of text. This tag is to be used outside the "tabs" tag. The placement of this box should be assigned by the user, by appropriately placing this tag immediately before or after a "tabs" tag.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.