haXe API Documentation
Back | Index
extern class js.html.LabelElement
extends Element
Available in js
DOM Label objects inherit all of the properties and methods of DOM element, and also expose the HTMLLabelElement(or HTML 4 HTMLLabelElement) interface.

Documentation for this class was provided by MDN.
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