Javascript Reference
Table Elements > TBODY
javascript TBODY Description
The tbody , tfoot , and thead objects reflect the tbody , tfoot , and thead elements, respectively. For scripting purposes, you can treat
javascript TBODY align
Defines the horizontal alignment of content within all cells contained by the tbody element.
javascript TBODY bgColor
Specifies the background color of the cells contained by the tbody , tfoot , or thead element. This color setting is not reflected in the style
javascript TBODY ch
This property of TBODY is exactly same as COL' ch. Please view COL's instead.
javascript TBODY chOff
Defines the offset point at which the character specified by the char attribute is to appear within a TBODY cell. In practice, neither IE nor Navigato
javascript TBODY rows
Returns a collection of tr elements inside the table section. You can also get a group of rows for an entire table in IE for Windows.
javascript TBODY vAlign
Specifies the manner of vertical alignment of text within the cells contained by the tbody , tfoot , or thead element.
javascript TBODY deleteRow( )
Removes a tr element nested within the current tbody , tfoot , or thead element. The integer parameter points to the zero-based item in the s
javascript TBODY insertRow( )
Inserts a tr element nested within the current tbody, tfoot, or thead element. The integer parameter points to the zero-based index in the rows collec
javascript TBODY moveRow( )
Moves a row in the tbody , tfoot , or thead element from its original location to a different row position within the same section. The first p

Powered by Linode.