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
ariaRolefalsetruejava.lang.StringSets a 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.StringSets a CSS class for styling this component.
datafalsetruejava.util.MapTakes a set of data and passes it as HTML data attributes. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.
hreftruetruejava.lang.StringSets the URL navigated to when the link is clicked.
idfalsetruejava.lang.StringIdentifies the component instance.
labelfalsetruejava.lang.StringSets the text value for the anchor's label.
langfalsetruejava.lang.StringSets the language of the anchor component, to assist search engines and web browsers in finding and rendering the anchor appropriately.
onClickfalsetruejava.lang.StringSets a JavaScript function to be called on a user clicking the anchor.
targetfalsetruejava.lang.StringSets the target window in which the URL is opened. The default value is self. Possible values are blank, self, parent, top, and a unique frame's name.
titlefalsetruejava.lang.StringSets the anchor's title.

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.