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.StringSets a CSS class for styling this component.
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;.
firstfalsetruebooleanSets whether the wrapper should be the first element of the form. The default value is false.
helpMessagefalsetruejava.lang.StringSets text to display as a help tooltip on mouse over of the component's help icon.
inlineFieldfalsetruebooleanSets whether to make this field inline with the next element. The default value is false.
inlineLabelfalsetruejava.lang.StringAligns the label's text. Possible values are right and left.
labelfalsetruejava.lang.StringSets the text value for the wrapper's label.
lastfalsetruebooleanSets whether the wrapper should be the last element of the form. The default value is false.
namefalsetruejava.lang.StringSets the field wrapper's name.
requiredfalsetruebooleanSets whether 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.