aui
Tag button




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

Attributes
NameRequiredRequest-timeTypeDescription
cssClassfalsetruejava.lang.StringSets a CSS class for styling this component. These styles override the ones set by the primary attribute.
datafalsetruejava.lang.ObjectTakes 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;.
disabledfalsetruebooleanSets whether the component is disabled. The default value is false.
hreffalsetruejava.lang.StringSets the URL navigated to when the button is clicked.
iconfalsetruejava.lang.StringSets the icon to display on the button based on the icon CSS class value given. Possible CSS class values can be found at here.
iconAlignfalsetruejava.lang.StringSets the alignment for the button's icon. The default value is left.
namefalsetruejava.lang.StringSets the button's name.
onClickfalsetruejava.lang.StringSets a function to be called on a user clicking the button.
primaryfalsetruejava.lang.ObjectSets whether to apply the primary btn CSS styling to the button. If the type attribute is set to submit, this value is set to true. For all other types, the value is set to false by default.
typefalsetruejava.lang.StringSets the button's type. Possible values are button, submit, cancel and reset. The default value is button.
useDialogfalsetruebooleanSets whether to open a dialog window with the href location when a user clicks the button. The default value is false.
valuefalsetruejava.lang.StringNo Description

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.