Javascript Reference
Table Elements > TABLE
javascript TABLE Description
The table object reflects the table element. Other objects related to the table object are: caption , col , colgroup , tbody , td , t
javascript TABLE align
Defines the horizontal alignment of the TABLE element within its surrounding container.
javascript TABLE background
Provides the URL of the background image for the table. If you set a backgroundColor to the element as well, the color appears if the image fails
javascript TABLE bgColor
Specifies the background color of the element. This color setting is not reflected in the style sheet backgroundColor property. Even if the bgcol
javascript TABLE blur( )
Removes focus from the current TABLE object, at which time the TABLE object's onblur event fires.
javascript TABLE border
Specifies the thickness of the border around the table (in pixels). This is the default 3-D-look border and should not be confused with borders crea
javascript TABLE borderColor
Specifies the color of the table's border. Internet Explorer applies the color to all four lines that make up the interior border of a cell.
javascript TABLE borderColorDark, borderColorLight
document.getElementById("myTable").borderColorDark = "blue"; document.getElementById("myTable").borderColorLight = &quot
javascript TABLE caption
Returns a reference to a caption element nested inside the table. From this reference you can access properties and methods of the caption objec
javascript TABLE cellPadding
Specifies the amount of empty space between the border of a table cell and the content of the cell. Note that this property applies to space inside a
javascript TABLE cells
Returns a collection of all td elements inside the table. Entries in the array are in source code order of td elements. This property is more wi
javascript TABLE cellSpacing
Specifies the amount of empty space between the outer edges of each table cell. If the table has a border, the effect of setting cellSpacing is to
javascript TABLE clientHeight, clientWidth
Broadly speaking, these provide the height and width of the TABLE element's content, but with minor variations with respect to element padding among v
javascript TABLE cols
Specifies the number of columns of the table. The corresponding IE-specific cols attribute assists the browser in preparation for rendering the ta
javascript TABLE dataPageSize
Used with IE data binding, this property advises the browser how many instances of a table row must be rendered to accommodate the number of data so
1-15 / 36 >

Powered by Linode.