TD

The td object reflects the fucntionality of the Html TD tag. Used with the other table tags (including table) the contents of the table may be altered dynamically with scripts, which could change according to user input. It should be noted that the Macintosh version of IE has no included functionality for the following : insertAdjacentHtml() and insertAdjacentText() methods and the outerText and outerHtml properties.

The properties of the TD object are:

align
background
bgColor
borderColor
borderColorDark
borderColorLight
cellIndex
className
clientHeight
clientWidth
colspan
document
height
id
innerHtml
innerText
isTextEdit
lang language
noWrap
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
outerHtml
outerText
parentElement
parentTextEdit
rowspan
sourceIndex
style
tagName
title
vAlign
width

The Methods of the TD object are:

blur()
click()
contains()
focus()
getAttribute()
insertAdjacentHtml()
insertAdjacentText()
removeAttribute()
scrollIntoView()
setAttribute()

The Collections and Arrays for the TD object are:

all [ ]
children [ ]
filters [ ]

The Event Handlers for the TD object are:

onAfterUpdate
onBeforeUnload
onBlur
onClick
onDblClick
onDragStart
onFilterChange
onHelp
onKeyDown
onKeyPress onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseover
onMouseUp
onResize
onRowEnter
onRowExit
onSelectStart