haXe API Documentation
Back |
Indexextern class js.html.LabelElement
Available in js
- var control(default,null) : Element
- The labeled control.
- var form(default,null) : FormElement
- The form owner of this label.
- var htmlFor : String
The ID of the labeled control. Reflects the
for
attribute.
Back |
Index