WebDOMHTMLInputElement - Kirix Documentation

Developer Resources

WebDOMHTMLInputElement

Overview

The WebDOMHTMLInputElement class represents an HTML input element.

Base Class

WebDOMHTMLElement

Constructor

WebDOMHTMLInputElement()

Methods

WebDOMHTMLInputElement.blur
WebDOMHTMLInputElement.click
WebDOMHTMLInputElement.focus
WebDOMHTMLInputElement.getAccept
WebDOMHTMLInputElement.getAccessKey
WebDOMHTMLInputElement.getAlign
WebDOMHTMLInputElement.getAlt
WebDOMHTMLInputElement.getChecked
WebDOMHTMLInputElement.getDefaultChecked
WebDOMHTMLInputElement.getDefaultValue
WebDOMHTMLInputElement.getDisabled
WebDOMHTMLInputElement.getMaxLength
WebDOMHTMLInputElement.getName
WebDOMHTMLInputElement.getReadOnly
WebDOMHTMLInputElement.getSize
WebDOMHTMLInputElement.getSrc
WebDOMHTMLInputElement.getTabIndex
WebDOMHTMLInputElement.getType
WebDOMHTMLInputElement.getUseMap
WebDOMHTMLInputElement.select
WebDOMHTMLInputElement.setAccept
WebDOMHTMLInputElement.setAccessKey
WebDOMHTMLInputElement.setAlign
WebDOMHTMLInputElement.setAlt
WebDOMHTMLInputElement.setChecked
WebDOMHTMLInputElement.setDefaultChecked
WebDOMHTMLInputElement.setDefaultValue
WebDOMHTMLInputElement.setDisabled
WebDOMHTMLInputElement.setMaxLength
WebDOMHTMLInputElement.setName
WebDOMHTMLInputElement.setReadOnly
WebDOMHTMLInputElement.setSize
WebDOMHTMLInputElement.setSrc
WebDOMHTMLInputElement.setTabIndex
WebDOMHTMLInputElement.setType
WebDOMHTMLInputElement.setUseMap

Inherited Methods

WebDOMElement.getAttribute
Gets the attribute of this element.
WebDOMElement.getAttributeNode
Gets the attribute node of this element.
WebDOMElement.getElementsByTagName
Gets an array of child elements having the specified tag name.
WebDOMElement.getTagName
Gets the tag name of this element.
WebDOMElement.hasAttribute
Returns true if the specified attribute exists, and false otherwise.
WebDOMElement.removeAttribute
Removes the specified attribute from this element.
WebDOMElement.removeAttributeNode
Removes the attribute node of this element.
WebDOMElement.setAttribute
Sets the attribute of this element to a specified value.
WebDOMElement.setAttributeNode
Sets the attribute node of this element.
WebDOMHTMLElement.getClassName
WebDOMHTMLElement.getDir
WebDOMHTMLElement.getId
Gets the element's id.
WebDOMHTMLElement.getLang
WebDOMHTMLElement.getTitle
Gets the element's title.
WebDOMHTMLElement.getValue
Returns the current value of the node.
WebDOMHTMLElement.setClassName
WebDOMHTMLElement.setDir
WebDOMHTMLElement.setId
Sets the element's id.
WebDOMHTMLElement.setLang
WebDOMHTMLElement.setTitle
Sets the element's title
WebDOMHTMLElement.setValue
Sets the current value of the node.
WebDOMNode.appendChild
Appends a child node to this node.
WebDOMNode.cloneNode
Clones this node.
WebDOMNode.getAttributes
Gets the attributes of this node.
WebDOMNode.getChildNodes
Gets the child nodes of this node.
WebDOMNode.getFirstChild
Gets the first child node of this node.
WebDOMNode.getLastChild
Gets the last child node of this node.
WebDOMNode.getLocalName
Returns the local name
WebDOMNode.getNamespaceURI
Returns the namespace URI
WebDOMNode.getNextSibling
Gets the next sibling node of this node.
WebDOMNode.getNodeName
Gets the name of this node.
WebDOMNode.getNodeType
Gets the type of this node.
WebDOMNode.getNodeValue
Gets the value of this node.
WebDOMNode.getOwnerDocument
Gets the document to which the node belongs.
WebDOMNode.getParentNode
Gets the parent node of this node.
WebDOMNode.getPrefix
Returns the prefix
WebDOMNode.getPreviousSibling
Gets the previous sibling node of this node.
WebDOMNode.hasAttributes
Returns true if this node has attributes, and false otherwise.
WebDOMNode.hasChildNodes
Returns true if this node has child nodes, and false otherwise.
WebDOMNode.insertBefore
Inserts a child node before another child node within this node's children.
WebDOMNode.isSupported
Determines if a feature in a particular version is supported.
WebDOMNode.normalize
Removes all empty text nodes and consolidates adjacent text nodes into a single node.
WebDOMNode.removeChild
Removes a child node from this node.
WebDOMNode.replaceChild
Replaces a child node of this node with another node.
WebDOMNode.setNodeValue
Sets the value of this node.
WebDOMNode.setPrefix
Sets the prefix

WebDOMHTMLInputElement.blur

WebDOMHTMLInputElement.blur()

WebDOMHTMLInputElement.click

WebDOMHTMLInputElement.click()

WebDOMHTMLInputElement.focus

WebDOMHTMLInputElement.focus()

WebDOMHTMLInputElement.getAccept

WebDOMHTMLInputElement.getAccept() : String

WebDOMHTMLInputElement.getAccessKey

WebDOMHTMLInputElement.getAccessKey() : String

WebDOMHTMLInputElement.getAlign

WebDOMHTMLInputElement.getAlign() : String

WebDOMHTMLInputElement.getAlt

WebDOMHTMLInputElement.getAlt() : String

WebDOMHTMLInputElement.getChecked

WebDOMHTMLInputElement.getChecked() : Boolean

WebDOMHTMLInputElement.getDefaultChecked

WebDOMHTMLInputElement.getDefaultChecked() : Boolean

WebDOMHTMLInputElement.getDefaultValue

WebDOMHTMLInputElement.getDefaultValue() : String

WebDOMHTMLInputElement.getDisabled

WebDOMHTMLInputElement.getDisabled() : Boolean

WebDOMHTMLInputElement.getMaxLength

WebDOMHTMLInputElement.getMaxLength() : Integer

WebDOMHTMLInputElement.getName

WebDOMHTMLInputElement.getName() : String

WebDOMHTMLInputElement.getReadOnly

WebDOMHTMLInputElement.getReadOnly() : Boolean

WebDOMHTMLInputElement.getSize

WebDOMHTMLInputElement.getSize() : Integer

WebDOMHTMLInputElement.getSrc

WebDOMHTMLInputElement.getSrc() : String

WebDOMHTMLInputElement.getTabIndex

WebDOMHTMLInputElement.getTabIndex() : Integer

WebDOMHTMLInputElement.getType

WebDOMHTMLInputElement.getType() : String

WebDOMHTMLInputElement.getUseMap

WebDOMHTMLInputElement.getUseMap() : String

WebDOMHTMLInputElement.select

WebDOMHTMLInputElement.select()

WebDOMHTMLInputElement.setAccept

WebDOMHTMLInputElement.setAccept(value : String)

Arguments

value

WebDOMHTMLInputElement.setAccessKey

WebDOMHTMLInputElement.setAccessKey(value : String)

Arguments

value

WebDOMHTMLInputElement.setAlign

WebDOMHTMLInputElement.setAlign(value : String)

Arguments

value

WebDOMHTMLInputElement.setAlt

WebDOMHTMLInputElement.setAlt(value : String)

Arguments

value

WebDOMHTMLInputElement.setChecked

WebDOMHTMLInputElement.setChecked(value : Boolean)

Arguments

value

WebDOMHTMLInputElement.setDefaultChecked

WebDOMHTMLInputElement.setDefaultChecked(value : Boolean)

Arguments

value

WebDOMHTMLInputElement.setDefaultValue

WebDOMHTMLInputElement.setDefaultValue(value : String)

Arguments

value

WebDOMHTMLInputElement.setDisabled

WebDOMHTMLInputElement.setDisabled(value : Boolean)

Arguments

value

WebDOMHTMLInputElement.setMaxLength

WebDOMHTMLInputElement.setMaxLength(value : Integer)

Arguments

value

WebDOMHTMLInputElement.setName

WebDOMHTMLInputElement.setName(value : String)

Arguments

value

WebDOMHTMLInputElement.setReadOnly

WebDOMHTMLInputElement.setReadOnly(value : Boolean)

Arguments

value

WebDOMHTMLInputElement.setSize

WebDOMHTMLInputElement.setSize(value : Integer)

Arguments

value

WebDOMHTMLInputElement.setSrc

WebDOMHTMLInputElement.setSrc(value : String)

Arguments

value

WebDOMHTMLInputElement.setTabIndex

WebDOMHTMLInputElement.setTabIndex(value : Integer)

Arguments

value

WebDOMHTMLInputElement.setType

WebDOMHTMLInputElement.setType(value : String)

Arguments

value

WebDOMHTMLInputElement.setUseMap

WebDOMHTMLInputElement.setUseMap(value : String)

Arguments

value