Edit in GitHubLog an issue

HTMLTextAreaElement

Extends: HTMLElement

See: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement

new HTMLTextAreaElement(document, nodeName, namespaceURI)

Creates an instance of HTMLTextAreaElement.

ParamType
document
\*
nodeName
\*
namespaceURI
\*

htmlTextAreaElement.value : string

htmlTextAreaElement.placeholder : string

htmlTextAreaElement.readOnly : boolean

htmlTextAreaElement.dataset

Access to all the custom data attributes (data-*) set.

See: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset

htmlTextAreaElement.nodeName : string

Read only

htmlTextAreaElement.localName : string

Read only

htmlTextAreaElement.tagName : string

Read only

htmlTextAreaElement.nodeType : number

Read only

htmlTextAreaElement.namespaceURI : string

Read only

htmlTextAreaElement.id : string

htmlTextAreaElement.tabIndex : number

htmlTextAreaElement.className : string

htmlTextAreaElement.attributes : NamedNodeMap

Read only

htmlTextAreaElement.style : Style

Read only

htmlTextAreaElement.clientLeft : number

Read only

htmlTextAreaElement.clientTop : number

Read only

htmlTextAreaElement.clientWidth : number

Read only

htmlTextAreaElement.clientHeight : number

Read only

htmlTextAreaElement.height : string | Number

The height of the element

htmlTextAreaElement.width : string | Number

The width of the element

htmlTextAreaElement.offsetParent : Element

Read only

htmlTextAreaElement.offsetLeft : number

Read only

htmlTextAreaElement.offsetTop : number

Read only

htmlTextAreaElement.offsetWidth : number

Read only

htmlTextAreaElement.offsetHeight : number

Read only

htmlTextAreaElement.scrollLeft : number

htmlTextAreaElement.scrollTop : number

htmlTextAreaElement.scrollWidth : number

Read only

htmlTextAreaElement.scrollHeight : number

Read only

htmlTextAreaElement.uxpContainer : UXPContainer

Read only

htmlTextAreaElement.disabled : boolean

htmlTextAreaElement.innerHTML : string

htmlTextAreaElement.outerHTML : string

htmlTextAreaElement.contentEditable

Read only

htmlTextAreaElement.isConnected : boolean

Read only

htmlTextAreaElement.parentNode : Node

Read only

htmlTextAreaElement.parentElement : Element

Read only

htmlTextAreaElement.firstChild : Node

Read only

htmlTextAreaElement.lastChild : Node

Read only

htmlTextAreaElement.previousSibling : Node

Read only

htmlTextAreaElement.nextSibling : Node

Read only

htmlTextAreaElement.firstElementChild : Node

Read only

htmlTextAreaElement.lastElementChild : Node

Read only

htmlTextAreaElement.previousElementSibling : Node

Read only

htmlTextAreaElement.nextElementSibling : Node

Read only

htmlTextAreaElement.textContent : string

htmlTextAreaElement.childNodes : NodeList

Read only

htmlTextAreaElement.children : HTMLCollection

Read only

htmlTextAreaElement.ownerDocument

Read only

htmlTextAreaElement.scrollIntoView()

htmlTextAreaElement.scrollIntoViewIfNeeded()

htmlTextAreaElement.focus()

htmlTextAreaElement.blur()

htmlTextAreaElement.getAttribute(name)

ParamType
name
string

htmlTextAreaElement.setAttribute(name, value)

ParamType
name
string
value
string

htmlTextAreaElement.removeAttribute(name)

ParamType
name
string

htmlTextAreaElement.hasAttribute(name)

ParamType
name
string

htmlTextAreaElement.getAttributeNode(name)

ParamType
name
string

htmlTextAreaElement.setAttributeNode(newAttr)

ParamType
newAttr
\*

htmlTextAreaElement.removeAttributeNode(oldAttr)

ParamType
oldAttr
\*

htmlTextAreaElement.click()

htmlTextAreaElement.getElementsByClassName(name)

ParamType
name
string

htmlTextAreaElement.getElementsByTagName(name)

ParamType
name
string

htmlTextAreaElement.querySelector(selector)

ParamType
selector
string

htmlTextAreaElement.querySelectorAll(selector)

ParamType
selector
string

htmlTextAreaElement.getBoundingClientRect()

htmlTextAreaElement.insertAdjacentHTML(position, value)

ParamType
position
value
string

htmlTextAreaElement.insertAdjacentElement(position, node)

ParamType
position
\*
node
\*

htmlTextAreaElement.insertAdjacentText(position, text)

ParamType
position
\*
text
\*

htmlTextAreaElement.hasChildNodes()

htmlTextAreaElement.cloneNode(deep)

ParamType
deep
boolean

htmlTextAreaElement.appendChild(child)

ParamType
child

htmlTextAreaElement.insertBefore(child, before)

ParamType
child
before

htmlTextAreaElement.replaceChild(newChild, oldChild)

ParamType
newChild
oldChild

htmlTextAreaElement.removeChild(child)

ParamType
child

htmlTextAreaElement.remove()

htmlTextAreaElement.before(...nodes)

ParamType
...nodes

htmlTextAreaElement.after(...nodes)

ParamType
...nodes

htmlTextAreaElement.replaceWith(...nodes)

ParamType
...nodes

htmlTextAreaElement.contains(node)

ParamType
node

htmlTextAreaElement.addEventListener(eventName, callback, [capture])

ParamTypeDefault
eventName
\*
callback
\*
[capture]
boolean
false

htmlTextAreaElement.removeEventListener(eventName, callback, [capture])

ParamTypeDefault
eventName
\*
callback
\*
[capture]
boolean
false

htmlTextAreaElement.dispatchEvent(event)

ParamType
event
\*
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.