portal
Tag navItem
-
- Description:
-
NavItem is a UIColumn component that renders an
<li>...</li>
(list item) element. If the href attribute is specified, then an<a>...</a>
anchor tag is rendered inside the list item element.
-
- Since:
- 3.2.5-ga6
Info | Value |
---|---|
Component Type | com.liferay.faces.portal.component.navitem.NavItem |
Handler Class | None |
Renderer Type | com.liferay.faces.portal.component.navitem.NavItemRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
anchorCssClass | false | javax.el.ValueExpression
(must evaluate to String )
| If the href attribute has a value, then this is the value of the "class" attribute for the anchor tag rendered inside the list item element. |
anchorData | false | javax.el.ValueExpression
(must evaluate to Object )
| If the href attribute has a value, then this is the child text of the anchor tag rendered inside the list item element. |
anchorId | false | javax.el.ValueExpression
(must evaluate to String )
| If the href attribute has a value, then this is the value of the "id" attribute for the anchor tag rendered inside the list item element. |
ariaLabel | false | javax.el.ValueExpression
(must evaluate to String )
| The WAI-ARIA label which can help users with disabilities when a text label is not visible. |
ariaRole | false | javax.el.ValueExpression
(must evaluate to String )
| The WAI-ARIA role which can help users with disabilities understand the purpose of an element, such as whether it is a menu, progress indicator, or some other type of component. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression that binds the Java reference to this component in the component tree to a bean property. |
data | false | javax.el.ValueExpression
(must evaluate to Object )
| HTML5 data- attributes for the rendered list item element. |
href | false | javax.el.ValueExpression
(must evaluate to String )
| The URL of the anchor tag rendered inside the list item element. If not specified, then an anchor tag is not rendered. |
iconCssClass | false | javax.el.ValueExpression
(must evaluate to String )
| The name of the CSS class of the icon that is to be rendered inside the list item element. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A unique identifier for this component. |
label | false | javax.el.ValueExpression
(must evaluate to String )
| The label of the anchor tag rendered inside the list item element. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value of this attribute is true. |
selected | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, the list item will be rendered with class="active" . |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML passthrough attribute specifying the css style of the element. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
title | false | javax.el.ValueExpression
(must evaluate to String )
| The title of the anchor tag rendered inside the list item element. |
useDialog | false | javax.el.ValueExpression
(must evaluate to boolean )
| When true, clicking on the href hyperlink will cause the resulting URL to popup in a modal dialog that contains an iframe . |