implicit final class SaferHTMLSelectElement extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/forms.html#htmlselectelement
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLSelectElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLSelectElement(value: HTMLSelectElement)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(index: Int): Option[raw.Element]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
form: Option[HTMLFormElement]
The form that this element is associated with.
The form that this element is associated with. If this element is a descendant of a form element, then this attribute is the ID of that form element. If the element is not a descendant of a form element, then: HTML5 The attribute can be the ID of any form element in the same document. HTML 4 The attribute is null. Read only.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def item(index: Int): Option[raw.Element]
- def namedItem(name: String): Option[HTMLOptionElement]
-
def
toString(): String
- Definition Classes
- Any
- val value: HTMLSelectElement