implicit final class SaferHTMLTextAreaElement extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/forms.html#the-textarea-element
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferHTMLTextAreaElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferHTMLTextAreaElement(value: HTMLTextAreaElement)
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 containing form element, if this element is in a form.
The containing form element, if this element is in a form. If this element is not contained in a form element, it can be the id attribute of any <form> element in the same document or the value null.
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: HTMLTextAreaElement