| Frames | No Frames |
Methods with parameter type org.w3c.dom.html.HTMLElement | |
| void | Add a new element to the collection of OPTION elementsfor
this SELECT.
|
| void | |
Methods with return type org.w3c.dom.html.HTMLElement | |
| HTMLElement | Create a new table caption object or return an existing one.
|
| HTMLElement | Create a table footer row or return an existing one.
|
| HTMLElement | Create a table header row or return an existing one.
|
| HTMLElement | The element that contains the content for the document. |
| HTMLElement | HTMLTableRowElement.insertCell(int index) Insert an empty TD cell into this row.
|
| HTMLElement | HTMLTableElement.insertRow(int index) Insert a new empty row in the table.Note. |
| HTMLElement | HTMLTableSectionElement.insertRow(int index) Insert a row into this section.
|