aui
Tag a


Creates an anchor (or link) that offers custom configuration and localization.


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

Attributes
NameRequiredRequest-timeTypeDescription
ariaLabelfalsetruejava.lang.StringA name for the navigation component 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.util.MapMiscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.
hreftruetruejava.lang.StringA URL to navigate to when the link is clicked.
iconfalsetruejava.lang.StringNo Description
iconCssClassfalsetruejava.lang.StringNo Description
idfalsetruejava.lang.StringAn ID for the component instance.
labelfalsetruejava.lang.StringText for the anchor's label.
langfalsetruejava.lang.StringA language to associate with the anchor component, to assist search engines and web browsers in finding and rendering the anchor appropriately.
localizeLabelfalsetruebooleanWhether to translate the label's text into the user's language. The default value is true.
onClickfalsetruejava.lang.StringA function to be called on a user clicking the anchor.
targetfalsetruejava.lang.StringA target window in which to open the URL. The default value is self. Possible values are blank, self, parent, top, and a unique frame's name.
titlefalsetruejava.lang.StringA title for the anchor.

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.