The HTMLLabelElement interface gives access to properties specific
web.<label>
elements. It inherits methods and properties from
base html.HTMLElement
interface.
The HTMLLabelElement interface gives access to properties specific `web.<label>` elements. It inherits methods and properties from base `html.HTMLElement` interface.
(control this)
Property.
The read-only HTMLLabelElement.control property returns a reference
the control (in the form of an object of type html.HTMLElement
one of its derivatives) with which the web.<label>
element
associated, or null if the label isn't associated with a control.
control = HTMLLabelElement.control
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/control
Property. The read-only HTMLLabelElement.control property returns a reference the control (in the form of an object of type `html.HTMLElement` one of its derivatives) with which the `web.<label>` element associated, or null if the label isn't associated with a control. `control = HTMLLabelElement.control` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/control`
(form this)
Property.
The read-only HTMLLabelElement.form property returns an html.HTMLFormElement
which represents the form of which the label's associated control
a part, or null if there is either no associated control, or
that control isn't in a form.
form = HTMLLabelElement.form
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/form
Property. The read-only HTMLLabelElement.form property returns an `html.HTMLFormElement` which represents the form of which the label's associated control a part, or null if there is either no associated control, or that control isn't in a form. `form = HTMLLabelElement.form` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/form`
(html-for this)
Property.
The HTMLLabelElement.htmlFor property reflects the value of the content property. That means that this script-accessible property used to set and read the value of the content property for, which the ID of the label's associated control element.
`controlId = HTMLLabelElement.htmlFor
HTMLLabelElement.htmlFor = newId`
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor
Property. The HTMLLabelElement.htmlFor property reflects the value of the content property. That means that this script-accessible property used to set and read the value of the content property for, which the ID of the label's associated control element. `controlId = HTMLLabelElement.htmlFor HTMLLabelElement.htmlFor = newId` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor`
(set-html-for! this val)
Property.
The HTMLLabelElement.htmlFor property reflects the value of the content property. That means that this script-accessible property used to set and read the value of the content property for, which the ID of the label's associated control element.
`controlId = HTMLLabelElement.htmlFor
HTMLLabelElement.htmlFor = newId`
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor
Property. The HTMLLabelElement.htmlFor property reflects the value of the content property. That means that this script-accessible property used to set and read the value of the content property for, which the ID of the label's associated control element. `controlId = HTMLLabelElement.htmlFor HTMLLabelElement.htmlFor = newId` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close