Sydney

Class Table.Body

Object
   |
   +--Table.Body

class Table.Body

 
Method Summary
 function addEventListener(event, listener)
          
 function appendChild(html)
          
 function getHeight()
          
 function getScrollLeft()
          
 function getScrollTop()
          
 function getVisibleHeight()
          
 function getVisibleWidth()
          
 function getWidth()
          
 function insertBefore(newHtml, oldHtml)
          
 function removeChild(child)
          
 function removeEventListener(event, listener)
          
 function replaceChild(newChild, oldChild)
          

Method Detail

addEventListener

function addEventListener(event, listener)

appendChild

function appendChild(html)

getHeight

function getHeight()

getScrollLeft

function getScrollLeft()

getScrollTop

function getScrollTop()

getVisibleHeight

function getVisibleHeight()

getVisibleWidth

function getVisibleWidth()

getWidth

function getWidth()

insertBefore

function insertBefore(newHtml, oldHtml)

removeChild

function removeChild(child)

removeEventListener

function removeEventListener(event, listener)

replaceChild

function replaceChild(newChild, oldChild)

Sydney

SourceForge.net Logo