Javascript Reference
Table Elements > TABLE
javascript TABLE focus( )
Gives focus from the current TABLE object, at which time the TABLE object's onfocus event fires. Note that the range of elements capable of focus and
javascript TABLE frame
Indicates which (if any) sides of a table's outer border (set with the border attribute or border property) are rendered. This property does no
javascript TABLE height, width
Specify the height and width in pixels of the element. Changes to these values are immediately reflected in reflowed content on the page. Only the
javascript TABLE recordNumber
Used with IE data binding, returns an integer representing the record within the data set that generated the TABLE element (i.e., an element whose con
javascript TABLE rows
Returns a collection of tr elements inside the entire table. You can also get a group of rows for each table section ( tbody , tfoot , and thea
javascript TABLE rules
Indicates where (if at all) interior borders between cells are rendered by the browser. In addition to setting the table to draw borders to turn the
javascript TABLE scrollHeight, scrollWidth
This property of TABLE is same as the BODY's. Please see BODY's instead:
javascript TABLE scrollLeft, scrollTop
Provide the distance in pixels between the actual left or top edge of the TABLE element's physical content and the left or top edge of the visible por
javascript TABLE summary
Reflects the HTML 4 summary attribute, which provides no particular functionality in mainstream browsers. But you can assign a value to it in the
javascript TABLE tabIndex
This is a number that indicates the sequence of this TABLE element within the tabbing order of all focusable elements in the document.
javascript TABLE tBodies[ ]
Returns a collection of tBody objects in the current table. Every table element has at least one (explicit or implied) tBody object nested in
javascript TABLE tFoot
Returns a reference to the tfoot element object if one has been defined for the table. If no tfoot element exists, the value is null . You can
javascript TABLE tHead
Returns a reference to the thead element object if one has been defined for the table. If no thead element exists, the value is null . You can
javascript TABLE width
The width property of TABLE is described in chapter: javascript TABLE height, width
javascript TABLE createCaption( ), deleteCaption( )
Add or remove a caption element nested within the current table element. If no caption exists, the creation method produces an empty element, which yo
< 16-30 / 36 >

Powered by Linode.