liferay-ui
Tag tabs


Creates a tabbed UI of section dividers that each house their own content.


Tag Information
Tag Classcom.liferay.taglib.ui.TabsTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
backLabelfalsetruejava.lang.StringSets a label for the back URL.
backURLfalsetruejava.lang.StringSets a URL for navigating back to.
formNamefalsetruejava.lang.StringSets the tab's form name.
namestruetruejava.lang.StringSets the names of the tabs. Each name must be separated by a comma with no spaces.
onClickfalsetruejava.lang.StringSets a function to be called on a user clicking any of the tabs.
paramfalsetruejava.lang.StringSets a variable to refer to this component.
portletURLfalsetruejava.lang.StringSets a URL to refer to the portlet that contains this component.
refreshfalsetruebooleanSets whether the page refreshes when a tab is clicked.
tabsValuesfalsetruejava.lang.StringSets the tab values. Values must follow the same order as the names attribute. Each value must be separated by a comma with no spaces.
typefalsetruejava.lang.StringSets the design type of tabs. Possible values are tabs and pills.
urlfalsetruejava.lang.StringSets the URL to which all the tabs link to when clicked. You can also set each tab's URL individually using url[number] attribute.
url0falsetruejava.lang.StringNo Description
url1falsetruejava.lang.StringSets the URL for the second tab.
url2falsetruejava.lang.StringSets the URL for the third tab.
url3falsetruejava.lang.StringSets the URL for the fourth tab.
url4falsetruejava.lang.StringSets the URL for the fifth tab.
url5falsetruejava.lang.StringSets the URL for the sixth tab.
url6falsetruejava.lang.StringSets the URL for the seventh tab.
url7falsetruejava.lang.StringSets the URL for the eighth tab.
url8falsetruejava.lang.StringSets the URL for the ninth tab.
url9falsetruejava.lang.StringSets the URL for the tenth tab.
valuefalsetruejava.lang.StringSets the active tab to the value given from the tabsValues attribute. No matter which tab a user selects, the tab given for this value always remain active.

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.