liferay-frontend
Tag add-menu-item


Creates a menu item component.


Tag Information
Tag Classcom.liferay.frontend.taglib.servlet.taglib.AddMenuItemTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
anchorDatafalsetruejava.lang.StringMiscellaneous data to be stored via a map. The map holds key value pairs of type <String, Object>. For example, a HashMap entry <"class-name", foo> renders as an HTML attribute data-class-name = foo;. Note that the prefix data- is added to the key's name automatically.
cssClassfalsetruejava.lang.StringA CSS class for styling the menu item's main container.
idfalsetruejava.lang.StringAn ID for the component instance.
titletruetruejava.lang.StringA title for the menu item.
typefalsetruejava.lang.StringA type for the menu item.
urltruetruejava.lang.StringA URL to navigate to when the menu item is clicked.

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.