Package | Description |
---|---|
elemental.dom | |
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
FormElement |
Document.createFormElement() |
Modifier and Type | Method and Description |
---|---|
FormElement |
ButtonElement.getForm()
The form that this button is associated with.
|
FormElement |
SelectElement.getForm()
The form that this element is associated with.
|
FormElement |
LabelElement.getForm()
The form owner of this label.
|
FormElement |
OutputElement.getForm()
Indicates the control's form owner, reflecting the
form
HTML attribute if it is defined. |
FormElement |
LegendElement.getForm()
The form that this legend belongs to.
|
FormElement |
TextAreaElement.getForm()
The containing form element, if this element is in a form.
|
FormElement |
FieldSetElement.getForm()
The containing form element, if this element is in a form.
|
FormElement |
KeygenElement.getForm()
Indicates the control's form owner, reflecting the
form
HTML attribute if it is defined. |
FormElement |
ObjectElement.getForm()
The object element's form owner, or null if there isn't one.
|
FormElement |
InputElement.getForm()
The containing form element, if this element is in a form.
|
FormElement |
OptionElement.getForm()
If the option is a descendent of a
<select>
element, then this property has the same value as the form property of the corresponding {{DomXref("HTMLSelectElement") object; otherwise, it is null. |
Modifier and Type | Class and Description |
---|---|
class |
JsFormElement |
Copyright © 2018. All rights reserved.