webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLTableRowElement.idl";
Public Member Functions | |
HTMLElement | insertCell (optional long index=-1) |
void | deleteCell (long index) |
![]() | |
void | click () |
void | focus () |
void | blur () |
Public Attributes | |
readonly attribute long | rowIndex |
readonly attribute long | sectionRowIndex |
readonly attribute HTMLCollection | cells |
attribute DOMString | align |
attribute DOMString | bgColor |
attribute DOMString | ch |
attribute DOMString | chOff |
attribute DOMString | vAlign |
![]() | |
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 HTMLTableRowElement::deleteCell | ( | long | index | ) |
HTMLElement HTMLTableRowElement::insertCell | ( | optional long | index = -1 | ) |
attribute DOMString HTMLTableRowElement::align |
attribute DOMString HTMLTableRowElement::bgColor |
readonly attribute HTMLCollection HTMLTableRowElement::cells |
attribute DOMString HTMLTableRowElement::ch |
attribute DOMString HTMLTableRowElement::chOff |
attribute DOMString HTMLTableRowElement::vAlign |