JavaScript DOM

HTMLTableElement

Node
  |
  +--Element
        |
        +--HTMLElement
              |
              +--HTMLTableElement
Represented Tags:
TABLE

Fields
String align
String bgColor
String border
HTMLTableCaptionElement caption
String cellPadding
String cellSpacing
String frame
readonly HTMLCollection rows
String rules
String summary
readonly HTMLCollection tBodies
HTMLTableSectionElement tFoot
HTMLTableSectionElement tHead
String width
 
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
HTMLElement createCaption()
          Stub
HTMLElement createTFoot()
          Stub
HTMLElement createTHead()
          Stub
void deleteCaption()
          Stub
void deleteRow(number index)
          Stub
void deleteTFoot()
          Stub
void deleteTHead()
          Stub
HTMLElement insertRow(number index)
          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