aui
Tag nav-item


Creates a navigation item for using in an <aui:nav> component.


Tag Information
Tag Classcom.liferay.taglib.aui.NavItemTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
anchorCssClassfalsetruejava.lang.StringA CSS class for styling the link set in the href attribute.
anchorDatafalsetruejava.lang.ObjectMiscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.
anchorIdfalsetruejava.lang.StringAn ID for the instance of the navigation item's link, set in the href attribute.
ariaLabelfalsetruejava.lang.StringA name for the navigation item for assistive technologies to interpret.
ariaRolefalsetruejava.lang.StringA role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p> tag could be used for something other than a paragraph.
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
datafalsetruejava.lang.ObjectMiscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.
dropdownfalsetruebooleanWhether the navigation item is a dropdown menu. The default value is false.
hreffalsetruejava.lang.ObjectA URL navigated to when the navigation item is clicked.
iconCssClassfalsetruejava.lang.StringA CSS class for styling the navigation item's icon.
iconSrcfalsetruejava.lang.StringNo Description
idfalsetruejava.lang.StringAn ID for the component instance.
labelfalsetruejava.lang.StringText to display for the navigation item.
localizeLabelfalsetruebooleanWhether to translate the label's text into the user's language. The default value is true.
selectedfalsetruebooleanWhether the navigation item is selected by default. The default value is false.
statefalsetruejava.lang.StringNo Description
targetfalsetruejava.lang.StringNo Description
titlefalsetruejava.lang.StringSets the navigation item's title.
togglefalsetruebooleanNo Description
toggleTouchfalsetruebooleanNo Description
useDialogfalsetruebooleanWhether to open a dialog window with the href location when a user clicks the navigation item. The default value is false.
wrapDropDownMenufalsetruebooleanWhether to wrap the navigation item's dropdown menu in an unordered list with the drop-down-menu class. The default value is true.

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.