Edit in GitHubLog an issue

HTMLSelectElement

Extends: HTMLElement

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

new HTMLSelectElement(document, nodeName, namespaceURI)

Creates an instance of HTMLSelectElement.

ParamType
document
\*
nodeName
\*
namespaceURI
\*

htmlSelectElement.value : string

htmlSelectElement.selectedIndex : number

htmlSelectElement.selectedOptions : Array.<Node>

htmlSelectElement.uxpVariant : string

Variant

htmlSelectElement.uxpQuiet : string

Determines if control renders quietly

htmlSelectElement.options : NodeList

Read only

htmlSelectElement.dataset

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

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

htmlSelectElement.nodeName : string

Read only

htmlSelectElement.localName : string

Read only

htmlSelectElement.tagName : string

Read only

htmlSelectElement.nodeType : number

Read only

htmlSelectElement.namespaceURI : string

Read only

htmlSelectElement.id : string

htmlSelectElement.tabIndex : number

htmlSelectElement.className : string

htmlSelectElement.attributes : NamedNodeMap

Read only

htmlSelectElement.style : Style

Read only

htmlSelectElement.clientLeft : number

Read only

htmlSelectElement.clientTop : number

Read only

htmlSelectElement.clientWidth : number

Read only

htmlSelectElement.clientHeight : number

Read only

htmlSelectElement.height : string | Number

The height of the element

htmlSelectElement.width : string | Number

The width of the element

htmlSelectElement.offsetParent : Element

Read only

htmlSelectElement.offsetLeft : number

Read only

htmlSelectElement.offsetTop : number

Read only

htmlSelectElement.offsetWidth : number

Read only

htmlSelectElement.offsetHeight : number

Read only

htmlSelectElement.scrollLeft : number

htmlSelectElement.scrollTop : number

htmlSelectElement.scrollWidth : number

Read only

htmlSelectElement.scrollHeight : number

Read only

htmlSelectElement.uxpContainer : UXPContainer

Read only

htmlSelectElement.disabled : boolean

htmlSelectElement.innerHTML : string

htmlSelectElement.outerHTML : string

htmlSelectElement.contentEditable

Read only

htmlSelectElement.isConnected : boolean

Read only

htmlSelectElement.parentNode : Node

Read only

htmlSelectElement.parentElement : Element

Read only

htmlSelectElement.firstChild : Node

Read only

htmlSelectElement.lastChild : Node

Read only

htmlSelectElement.previousSibling : Node

Read only

htmlSelectElement.nextSibling : Node

Read only

htmlSelectElement.firstElementChild : Node

Read only

htmlSelectElement.lastElementChild : Node

Read only

htmlSelectElement.previousElementSibling : Node

Read only

htmlSelectElement.nextElementSibling : Node

Read only

htmlSelectElement.textContent : string

htmlSelectElement.childNodes : NodeList

Read only

htmlSelectElement.children : HTMLCollection

Read only

htmlSelectElement.ownerDocument

Read only

htmlSelectElement.scrollIntoView()

htmlSelectElement.scrollIntoViewIfNeeded()

htmlSelectElement.focus()

htmlSelectElement.blur()

htmlSelectElement.getAttribute(name)

ParamType
name
string

htmlSelectElement.setAttribute(name, value)

ParamType
name
string
value
string

htmlSelectElement.removeAttribute(name)

ParamType
name
string

htmlSelectElement.hasAttribute(name)

ParamType
name
string

htmlSelectElement.getAttributeNode(name)

ParamType
name
string

htmlSelectElement.setAttributeNode(newAttr)

ParamType
newAttr
\*

htmlSelectElement.removeAttributeNode(oldAttr)

ParamType
oldAttr
\*

htmlSelectElement.click()

htmlSelectElement.getElementsByClassName(name)

ParamType
name
string

htmlSelectElement.getElementsByTagName(name)

ParamType
name
string

htmlSelectElement.querySelector(selector)

ParamType
selector
string

htmlSelectElement.querySelectorAll(selector)

ParamType
selector
string

htmlSelectElement.getBoundingClientRect()

htmlSelectElement.insertAdjacentHTML(position, value)

ParamType
position
value
string

htmlSelectElement.insertAdjacentElement(position, node)

ParamType
position
\*
node
\*

htmlSelectElement.insertAdjacentText(position, text)

ParamType
position
\*
text
\*

htmlSelectElement.hasChildNodes()

htmlSelectElement.cloneNode(deep)

ParamType
deep
boolean

htmlSelectElement.appendChild(child)

ParamType
child

htmlSelectElement.insertBefore(child, before)

ParamType
child
before

htmlSelectElement.replaceChild(newChild, oldChild)

ParamType
newChild
oldChild

htmlSelectElement.removeChild(child)

ParamType
child

htmlSelectElement.remove()

htmlSelectElement.before(...nodes)

ParamType
...nodes

htmlSelectElement.after(...nodes)

ParamType
...nodes

htmlSelectElement.replaceWith(...nodes)

ParamType
...nodes

htmlSelectElement.contains(node)

ParamType
node

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

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

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

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

htmlSelectElement.dispatchEvent(event)

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