class js.html.LabelElement extends Element

Available on 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.

Instance Fields

var control:Element

The labeled control.

var form:FormElement

The form owner of this label.

var htmlFor:String

The ID of the labeled control. Reflects the

for attribute.