webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLTableElement.idl";
Public Member Functions | |
HTMLElement | createTHead () |
void | deleteTHead () |
HTMLElement | createTFoot () |
void | deleteTFoot () |
HTMLElement | createTBody () |
HTMLElement | createCaption () |
void | deleteCaption () |
HTMLElement | insertRow (optional long index=-1) |
void | deleteRow (long index) |
![]() | |
void | click () |
void | focus () |
void | blur () |
HTMLElement HTMLTableElement::createCaption | ( | ) |
HTMLElement HTMLTableElement::createTBody | ( | ) |
HTMLElement HTMLTableElement::createTFoot | ( | ) |
HTMLElement HTMLTableElement::createTHead | ( | ) |
void HTMLTableElement::deleteCaption | ( | ) |
void HTMLTableElement::deleteRow | ( | long | index | ) |
void HTMLTableElement::deleteTFoot | ( | ) |
void HTMLTableElement::deleteTHead | ( | ) |
HTMLElement HTMLTableElement::insertRow | ( | optional long | index = -1 | ) |
attribute DOMString HTMLTableElement::align |
attribute DOMString HTMLTableElement::bgColor |
attribute DOMString HTMLTableElement::border |
attribute HTMLTableCaptionElement HTMLTableElement::caption |
attribute DOMString HTMLTableElement::cellPadding |
attribute DOMString HTMLTableElement::cellSpacing |
attribute DOMString HTMLTableElement::frame |
readonly attribute HTMLCollection HTMLTableElement::rows |
attribute DOMString HTMLTableElement::rules |
attribute DOMString HTMLTableElement::summary |
readonly attribute HTMLCollection HTMLTableElement::tBodies |
attribute HTMLTableSectionElement HTMLTableElement::tFoot |
attribute HTMLTableSectionElement HTMLTableElement::tHead |
attribute DOMString HTMLTableElement::width |