aui
Tag form


Creates a form that offers additional styling and custom namespacing.


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

Attributes
NameRequiredRequest-timeTypeDescription
actionfalsetruejava.lang.StringWhere to send the form data when the form is submitted.
cssClassfalsetruejava.lang.StringA CSS class for styling the component.
escapeXmlfalsetruebooleanWhether to escape the XML of the form's action URL. The default value is true.
inlineLabelsfalsetruebooleanWhether to align the form's labels. The default value is false.
methodfalsetruejava.lang.StringThe method to send the form data. The default value is post. Possible values are get and post.
namefalsetruejava.lang.StringA name for the form that is also used for the ID of the component instance. The default value is fm.
onSubmitfalsetruejava.lang.StringA function to be called on submitting the form.
portletNamespacefalsetruejava.lang.StringA namespace for the form and its elements. This attribute lets you set a namespace value that differs from the default portlet namespace.
useNamespacefalsetruebooleanWhether to use the default portlet namespace, to avoid name conflicts. The default value is true.
validateOnBlurfalsetruebooleanWhether to validate fields when they lose focus. The default value is true.

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.