|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLTableSectionElement.idl";
Public Member Functions | |
| HTMLElement | insertRow (optional long index=-1) |
| void | deleteRow (long index) |
Public Member Functions inherited from HTMLElement | |
| void | click () |
| void | focus () |
| void | blur () |
Public Attributes | |
| attribute DOMString | align |
| attribute DOMString | ch |
| attribute DOMString | chOff |
| attribute DOMString | vAlign |
| readonly attribute HTMLCollection | rows |
Public Attributes inherited from HTMLElement | |
| attribute DOMString | title |
| attribute DOMString | lang |
| attribute boolean | translate |
| attribute DOMString | dir |
| attribute long | tabIndex |
| attribute boolean | draggable |
| attribute DOMString | webkitdropzone |
| attribute boolean | hidden |
| attribute DOMString | accessKey |
| attribute DOMString | innerText |
| attribute DOMString | outerText |
| attribute DOMString | contentEditable |
| readonly attribute boolean | isContentEditable |
| attribute boolean | spellcheck |
| attribute boolean | autocorrect |
| attribute DOMString | autocapitalize |
| readonly attribute DOMStringMap | dataset |
| void HTMLTableSectionElement::deleteRow | ( | long | index | ) |
| HTMLElement HTMLTableSectionElement::insertRow | ( | optional long | index = -1 | ) |
| attribute DOMString HTMLTableSectionElement::align |
| attribute DOMString HTMLTableSectionElement::ch |
| attribute DOMString HTMLTableSectionElement::chOff |
| readonly attribute HTMLCollection HTMLTableSectionElement::rows |
| attribute DOMString HTMLTableSectionElement::vAlign |
1.8.13