sweetdev-ria
Tag tabContent


Description : Tab Layout Content tag


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.tabLayout.TabContentTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameTab Content

Attributes
NameRequiredRequest-timeTypeDescription
urlfalsetruejava.lang.StringSet an url as content of this tab.
removablefalsetruebooleanSet the removable ability of this tab. Default is false.
preloadedfalsetruebooleanSet the initial loaded state of this tab. Default is false. (Not loaded)
enabledfalsetruebooleanSet the enabling state of this tab. Default is true (enable)
labeltruetruejava.lang.StringLabel of the tab. Accepts either EL, i18n key, HTML content or simple text.
tabSizetruetruejava.lang.StringSize of the header in width, formated as CSS.
selectedfalsetruebooleanDefault selected state of the tab. Default is false (unselected). If none are set a selected, the first selectable one will be set as selected
idtruetruejava.lang.StringUnique Identifier. Accepts EL.
asIframefalsetruebooleanShould the url be displayed in an iframe (self-contained) ?(true default). If false, the content will be loaded in an simple DIV, the same way a Zone url acts.
visiblefalsetruebooleanShould the tab be visible ?(true default).
iconClassfalsetruejava.lang.StringSet a CSS class to set an icon to the tab. This CSS class usually contains a background-url, a width and a height.
statefulfalsetruebooleanDefine whether this attribute must keep its state according to the page configuration
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.