E.4.The form tag

优质
小牛编辑
126浏览
2023-12-01

E.4. The form tag

Renders an HTML 'form' tag and exposes a binding path to inner tags for binding.

表 E.3. Attributes

AttributeRequired?Runtime Expression?Description

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

id

false

true

HTML Standard Attribute

lang

false

true

HTML Standard Attribute

method

false

true

HTML Optional Attribute

name

false

true

HTML Optional Attribute

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