aui
Tag field-wrapper


Creates a <div> tag to wrap form fields and offer additional styling.


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

Attributes
NameRequiredRequest-timeTypeDescription
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
datafalsetruejava.lang.ObjectMiscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo;.
disabledfalsetruebooleanWhether the component is disabled. The default value is false.
firstfalsetruebooleanWhether the wrapper should be the first element of the form. The default value is false.
helpMessagefalsetruejava.lang.StringText to display as a help tooltip on mouse over of the component's help icon.
inlineFieldfalsetruebooleanWhether to make this field inline with the next element. The default value is false.
inlineLabelfalsetruejava.lang.StringThe alignment for the label's text. Possible values are right and left.
labelfalsetruejava.lang.StringText for the wrapper's label.
lastfalsetruebooleanWhether the wrapper should be the last element of the form. The default value is false.
localizeLabelfalsetruebooleanWhether to translate the label's text into the user's language. The default value is true.
namefalsetruejava.lang.StringA name for the field wrapper.
requiredfalsetruebooleanWhether to mark the wrapped fields as required.

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.