sweetdev-ria
Tag tabLayout


Description : Tab Layout main tag


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.tabLayout.TabLayoutTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameTab Layout

Attributes
NameRequiredRequest-timeTypeDescription
orientationfalsetruejava.lang.StringDefines the position of the tab around your tablayout. Top by default.
headerSizefalsetruejava.lang.StringSize of headers' block, formated as CSS.
widthfalsetruejava.lang.StringWidth of the tab layout, formated as CSS.
heightfalsetruejava.lang.StringHeight of the tab layout, formated as CSS.
selectedIdfalsetruejava.lang.StringDescribe the tabContent to select on page load. By default, the first one is selected.
modelfalsetruecom.ideo.sweetdevria.taglib.tabLayout.model.TabLayoutModelSet a Java already existing model as content of this tab layout. The content of this tag wont be evaluated.
tabModelsfalsetruejava.util.ListAdd a List of class TabContentModel as additional tabs to be set in the component. This allow a dynamic creation of contents.
statefulfalsetruebooleanDefine whether this attribute must keep its state according to the page configuration
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
stylefalsetruejava.lang.StringCss style. Accepts EL.
styleClassfalsetruejava.lang.StringCss class style. Accepts EL.
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

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.