alloy

Tag form

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.form.Form
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.form.FormRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
acceptfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML4 legacy passthrough attribute that has been made obsolete in HTML5 and is not supported by most browsers. The value can be a comma-delimited list of mime-types that the server accepts during file upload.
acceptcharsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute (accept-charset) is a space-separated list of character encodings associated with form submission.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
enctypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute that specifies how form-data should be encoded with form submission. The default value is "application/x-www-form-urlencoded".
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
includeViewParamsfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, view parameters (specified via f:viewParam tags) will be included in the URL rendered in the action attribute. The default value is false.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a double click event occurs.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keydown event occurs.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keypress event occurs.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keyup event occurs.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousedown event occurs.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousemove event occurs.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseout event occurs.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseover event occurs.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseup event occurs.
prependIdfalsejavax.el.ValueExpression
(must evaluate to boolean)
When true, the form will prepend its id to child components. The default value is true.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute that specifies the name of a tab/window/iframe that displays the results of the form submission.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.

Output generated by Vdldoc View Declaration Language Documentation Generator.