JavaScript DOM

HTMLInputElement

Node
  |
  +--Element
        |
        +--HTMLElement
              |
              +--HTMLInputElement
Represented Tags:
INPUT

Fields
String accept
String accessKey
String align
String alt
boolean checked
boolean defaultChecked
String defaultValue
boolean disabled
readonly HTMLFormElement form
number maxLength
String name
onchange
onclick
options
boolean readOnly
selectedIndex
String size
number tabIndex
readonly String type
String useMap
String value
 
Fields inherited from HTMLElement
childNodes, children, className, currentStyle, dir, document, filters, id, innerHTML, innerText, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, style, title, uniqueID
 
Fields inherited from Element
tagName
 
Fields inherited from Node
attributes, childNodes, firstChild, lastChild, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentElement, parentNode, previousSibling
 
Methods
void blur()
          Stub
void click()
TextRange createTextRange() [IE]
void focus()
          Stub
void select()
          Stub
 
Methods inherited from HTMLElement
addBehavior, attachEvent, detachEvent, insertAdjacentHTML, removeBehavior
 
Methods inherited from Element
getAttribute, getElementsByTagName, normalize, removeAttribute, setAttribute
 
Methods inherited from Node
appendChild, cloneNode, hasChildNodes, insertBefore, removeChild, removeNode, replaceChild
 

JavaScript DOM