Mac OS X Reference Library Apple Developer
Search

HTMLTableSectionElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

deleteRow
insertRow

deleteRow



void deleteRow(
    in long index) raises(DOMException); 

insertRow



HTMLElement insertRow(
    in long index) raises(DOMException); 

Member Data

align
ch
chOff
rows
vAlign

align



attribute DOMString align; 

ch



attribute DOMString ch; 

chOff



attribute DOMString chOff; 

rows



readonly attribute HTMLCollection rows; 

vAlign



attribute DOMString vAlign; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27