JavaScript DOM

HTMLButtonElement

Node
  |
  +--Element
        |
        +--HTMLElement
              |
              +--HTMLButtonElement
Represented Tags:
BUTTON

Fields
String accessKey
boolean disabled
readonly HTMLFormElement form
String name
number tabIndex
readonly String type
String value
          Depending on browser, this is either the value attribute, or the text between the opening and closing BUTTON tags.
 
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
TextRange createTextRange() [IE]
 
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