haXe API Documentation
Back |
Indexextern class js.html.LegendElement
Available in js
- var align : String
Alignment relative to the form set.
Obsolete in
HTML5,
Deprecated
in
HTML 4.01
- var form(default,null) : FormElement
- The form that this legend belongs to. If the legend has a fieldset element as its parent, then this attribute returns the same value as the form attribute on the parent fieldset element. Otherwise, it returns null.
Back |
Index