Dart API Referencedart:htmlLabelElement

LabelElement Interface

DOM Label objects inherit all of the properties and methods of DOM element, and also expose the HTMLLabelElement(or HTML 4 HTMLLabelElement) interface.

Extends

Element

Constructors

Code new LabelElement() #

LabelElement();

Fields

Code final Element control #

The labeled control.
final Element control;

Code final FormElement form #

The form owner of this label.
final FormElement form;

Code String htmlFor #

The ID of the labeled control. Reflects the for attribute.
String htmlFor;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.