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.StringSets where to send the form data when the form is submitted.
cssClassfalsetruejava.lang.StringSets a CSS class for styling this component.
escapeXmlfalsetruebooleanSets whether to escape the XML of the form's action URL. The default value is true.
inlineLabelsfalsetruebooleanSets whether to align the form's labels. The default value is false.
methodfalsetruejava.lang.StringSets how to send the form data. The default value is post. Possible values are get and post.
namefalsetruejava.lang.StringSets the form's name and ID. The default value is fm.
onSubmitfalsetruejava.lang.StringSets a function to be called on submitting the form.
portletNamespacefalsetruejava.lang.StringSets a namespace for the form and its elements. This attribute lets you set a namespace value that differs from the default portlet namespace.
useNamespacefalsetruebooleanSets whether to use the default portlet namespace, to avoid name conflicts. 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.