webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLTextAreaElement Interface Reference

import"HTMLTextAreaElement.idl";

Inheritance diagram for HTMLTextAreaElement:
HTMLElement

Public Member Functions

boolean checkValidity ()
 
boolean reportValidity ()
 
void setCustomValidity (DOMString? error)
 
void select ()
 
void setRangeText (DOMString replacement)
 
void setRangeText (DOMString replacement, unsigned long start, unsigned long end, optional DOMString selectionMode)
 
void setSelectionRange (optional long start=0, optional long end=0, optional DOMString direction)
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute boolean autofocus
 
attribute DOMString dirName
 
attribute boolean disabled
 
readonly attribute HTMLFormElement form
 
attribute long minLength
 
attribute long maxLength
 
attribute DOMString name
 
attribute DOMString placeholder
 
attribute boolean readOnly
 
attribute boolean required
 
attribute unsigned long rows
 
attribute unsigned long cols
 
attribute DOMString wrap
 
readonly attribute DOMString type
 
attribute DOMString defaultValue
 
attribute DOMString value
 
readonly attribute unsigned long textLength
 
readonly attribute boolean willValidate
 
readonly attribute ValidityState validity
 
readonly attribute DOMString validationMessage
 
readonly attribute NodeList labels
 
attribute long selectionStart
 
attribute long selectionEnd
 
attribute DOMString selectionDirection
 
attribute DOMString autocomplete
 
- Public Attributes inherited from HTMLElement
attribute DOMString title
 
attribute DOMString lang
 
attribute boolean translate
 
attribute DOMString dir
 
attribute long tabIndex
 
attribute boolean draggable
 
attribute DOMString webkitdropzone
 
attribute boolean hidden
 
attribute DOMString accessKey
 
attribute DOMString innerText
 
attribute DOMString outerText
 
attribute DOMString contentEditable
 
readonly attribute boolean isContentEditable
 
attribute boolean spellcheck
 
attribute boolean autocorrect
 
attribute DOMString autocapitalize
 
readonly attribute DOMStringMap dataset
 

Member Function Documentation

◆ checkValidity()

boolean HTMLTextAreaElement::checkValidity ( )

◆ reportValidity()

boolean HTMLTextAreaElement::reportValidity ( )

◆ select()

void HTMLTextAreaElement::select ( )

◆ setCustomValidity()

void HTMLTextAreaElement::setCustomValidity ( DOMString?  error)

◆ setRangeText() [1/2]

void HTMLTextAreaElement::setRangeText ( DOMString  replacement)

◆ setRangeText() [2/2]

void HTMLTextAreaElement::setRangeText ( DOMString  replacement,
unsigned long  start,
unsigned long  end,
optional DOMString  selectionMode 
)

◆ setSelectionRange()

void HTMLTextAreaElement::setSelectionRange ( optional long  start = 0,
optional long  end = 0,
optional DOMString  direction 
)

Member Data Documentation

◆ autocomplete

attribute DOMString HTMLTextAreaElement::autocomplete

◆ autofocus

attribute boolean HTMLTextAreaElement::autofocus

◆ cols

attribute unsigned long HTMLTextAreaElement::cols

◆ defaultValue

attribute DOMString HTMLTextAreaElement::defaultValue

◆ dirName

attribute DOMString HTMLTextAreaElement::dirName

◆ disabled

attribute boolean HTMLTextAreaElement::disabled

◆ form

readonly attribute HTMLFormElement HTMLTextAreaElement::form

◆ labels

readonly attribute NodeList HTMLTextAreaElement::labels

◆ maxLength

attribute long HTMLTextAreaElement::maxLength

◆ minLength

attribute long HTMLTextAreaElement::minLength

◆ name

attribute DOMString HTMLTextAreaElement::name

◆ placeholder

attribute DOMString HTMLTextAreaElement::placeholder

◆ readOnly

attribute boolean HTMLTextAreaElement::readOnly

◆ required

attribute boolean HTMLTextAreaElement::required

◆ rows

attribute unsigned long HTMLTextAreaElement::rows

◆ selectionDirection

attribute DOMString HTMLTextAreaElement::selectionDirection

◆ selectionEnd

attribute long HTMLTextAreaElement::selectionEnd

◆ selectionStart

attribute long HTMLTextAreaElement::selectionStart

◆ textLength

readonly attribute unsigned long HTMLTextAreaElement::textLength

◆ type

readonly attribute DOMString HTMLTextAreaElement::type

◆ validationMessage

readonly attribute DOMString HTMLTextAreaElement::validationMessage

◆ validity

readonly attribute ValidityState HTMLTextAreaElement::validity

◆ value

attribute DOMString HTMLTextAreaElement::value

◆ willValidate

readonly attribute boolean HTMLTextAreaElement::willValidate

◆ wrap

attribute DOMString HTMLTextAreaElement::wrap

The documentation for this interface was generated from the following file: