|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
HTMLTableSectionElement |
| Module: | html |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
deleteRow |
void deleteRow( in long index) raises(DOMException);
insertRow |
HTMLElement insertRow( in long index) raises(DOMException);
align |
attribute DOMString align;
ch |
attribute DOMString ch;
chOff |
attribute DOMString chOff;
rows |
readonly attribute HTMLCollection rows;
vAlign |
attribute DOMString vAlign;
Last Updated: 2009-05-29