implicit final class SaferHTMLButtonElement extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/forms.html#the-button-element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLButtonElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLButtonElement(value: HTMLButtonElement)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
form: Option[HTMLFormElement]
The form that this button is associated with.
The form that this button is associated with. If the button is a descendant of a form element, then this attribute is the ID of that form element. If the button is not a descendant of a form element, then the attribute can be the ID of any form element in the same document it is related to, or the null value if none matches.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: HTMLButtonElement