Mac OS X Reference Library Apple Developer
Search

HTMLTableElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

createCaption
createTFoot
createTHead
deleteCaption
deleteRow
deleteTFoot
deleteTHead
insertRow

createCaption



HTMLElement createCaption(); 

createTFoot



HTMLElement createTFoot(); 

createTHead



HTMLElement createTHead(); 

deleteCaption



void deleteCaption(); 

deleteRow



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

deleteTFoot



void deleteTFoot(); 

deleteTHead



void deleteTHead(); 

insertRow



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

Member Data

align
bgColor
border
caption
cellPadding
cellSpacing
frame
rows
rules
summary
tBodies
tFoot
tHead
width

align



attribute DOMString align; 

bgColor



attribute DOMString bgColor; 

border



attribute DOMString border; 

caption



attribute HTMLTableCaptionElement caption setter raises(DOMException); 

cellPadding



attribute DOMString cellPadding; 

cellSpacing



attribute DOMString cellSpacing; 

frame



attribute DOMString frame; 

rows



readonly attribute HTMLCollection rows; 

rules



attribute DOMString rules; 

summary



attribute DOMString summary; 

tBodies



readonly attribute HTMLCollection tBodies; 

tFoot



attribute HTMLTableSectionElement tFoot setter raises(DOMException); 

tHead



attribute HTMLTableSectionElement tHead setter raises(DOMException); 

width



attribute DOMString width; 

 

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

Last Updated: 2010-05-27