w3schools    w3Schools
Search :
   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

XML Certification
Download XML editor
Custom Programming
 
Table of contents
HTML DOM
DOM HOME
DOM Intro
DOM Nodes
DOM Node Tree
DOM Methods
DOM Node Access
DOM Node Info
DOM How To
DOM Events
DOM Reference
DOM Summary

DOM Examples
DOM Examples

DOM Objects
DOM Window
DOM Navigator
DOM Screen
DOM History
DOM Location

DOM Document

DOM Anchor
DOM Area
DOM Base
DOM Body
DOM Button
DOM Event
DOM Form
DOM Frame
DOM Frameset
DOM IFrame
DOM Image
DOM Input Button
DOM Input Checkbox
DOM Input File
DOM Input Hidden
DOM Input Password
DOM Input Radio
DOM Input Reset
DOM Input Submit
DOM Input Text
DOM Link
DOM Meta
DOM Object
DOM Option
DOM Select
DOM Style
DOM Table
DOM TableCell
DOM TableRow
DOM Textarea

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

Browse Tutorials
 

HTML DOM TableRow Object


TableRow Object

The TableRow object represents an HTML table row.

For each instance of a <tr> tag in an HTML document, a TableRow object is created.

IE: Internet Explorer, F: Firefox, O: Opera, W3C: World Wide Web Consortium (Internet Standard).

TableRow Object Collections

Collection Description IE  F O W3C
cells[] Returns an array containing each cell in the table row 4 1 9 Yes

TableRow Object Properties

Property Description IE  F O W3C
align Sets or returns the horizontal alignment of data within a table row 4 1 9 Yes
ch Sets or returns the alignment character for cells in a table row       Yes
chOff Sets or returns the offset of alignment character for the cells in a table row       Yes
id Sets or returns the id of a table row 4 1 9 Yes
innerHTML Sets or returns the HTML between the start and end tags of a table row 5 1 9 No
rowIndex Returns the position of a row in the table's rows collection 4 1 9 Yes
sectionRowIndex Returns the position of a row in the tBody, tHead, or tFoot rows collection       Yes
vAlign Sets or returns the vertically alignment of data within a table row 4 1 9 Yes

Standard Properties

Property Description IE  F O W3C
className Sets or returns the class attribute of an element 5 1 9 Yes
dir Sets or returns the direction of text 5 1 9 Yes
lang Sets or returns the language code for an element 5 1 9 Yes
title Sets or returns an element's advisory title 5 1 9 Yes

TableRow Object Methods

Method Description IE F O W3C
deleteCell() Deletes a cell in a table row 4 1 9 Yes
insertCell() Inserts a cell in a table row 4 1 9 Yes