pow2webgui
Tag tab



Example:
Defines an Tab for a parent tabbedSelector component. Example:


<gui:tab drawer="backoffice" name="tab1" title="click me">
  Hello !! This is a "window".
</gui:tab>

    


Tag Information
Tag Classcom.pow2.webgui.taglib.TabTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
followUpfalsetruejava.lang.String the URL associated with the tabbedSelector selected tab. If the followUp attribute of the selected tab does not override the tabbedSelector followUp attribute, the tabbedSelector component appends to the current page URL the string"webGUI.tabbedSelector.tab={selectedTab_name}" where selectedTab_name is the name of the selected tab.
drawertruetruejava.lang.Stringdefines the drawer class that will be used to prepare and render the widget.
idfalsetruejava.lang.Stringid attribute.
namefalsetruejava.lang.Stringsets the tab name.
titlefalsetruejava.lang.Stringsets the tab title.
titleTypefalsetruejava.lang.String defines the window title type. It can be: "text" - title attribute value is used directly as the title string"image" - title attribute value point out the image filepath
colorfalsetruejava.lang.Stringsets the tabbedSelector body color; use the format #rrggbb.

Variables
No Variables Defined.


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