Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.
表 E.3. Attributes
Attribute | Required? | Runtime Expression? |
---|---|---|
action |
false |
true |
HTML Required Attribute | ||
commandName |
false |
true |
Name of the attribute under which the command name is exposed. Defaults to 'command'. | ||
cssClass |
false |
true |
Equivalent to "class" - HTML Optional Attribute | ||
cssStyle |
false |
true |
Equivalent to "style" - HTML Optional Attribute | ||
dir |
false |
true |
HTML Standard Attribute | ||
enctype |
false |
true |
HTML Optional Attribute | ||
htmlEscape |
false |
true |
Enable/disable HTML escaping of rendered values. | ||
id |
false |
true |
HTML Standard Attribute | ||
lang |
false |
true |
HTML Standard Attribute | ||
method |
false |
true |
HTML Optional Attribute | ||
name |
false |
true |
HTML Standard Attribute - added for backwards compatibility cases | ||
onclick |
false |
true |
HTML Event Attribute | ||
ondblclick |
false |
true |
HTML Event Attribute | ||
onkeydown |
false |
true |
HTML Event Attribute | ||
onkeypress |
false |
true |
HTML Event Attribute | ||
onkeyup |
false |
true |
HTML Event Attribute | ||
onmousedown |
false |
true |
HTML Event Attribute | ||
onmousemove |
false |
true |
HTML Event Attribute | ||
onmouseout |
false |
true |
HTML Event Attribute | ||
onmouseover |
false |
true |
HTML Event Attribute | ||
onmouseup |
false |
true |
HTML Event Attribute | ||
onreset |
false |
true |
HTML Event Attribute | ||
onsubmit |
false |
true |
HTML Event Attribute | ||
title |
false |
true |
HTML Standard Attribute |