webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
HTMLTableElement Interface Reference

import"HTMLTableElement.idl";

Inheritance diagram for HTMLTableElement:
HTMLElement

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)
 
- Public Member Functions inherited from HTMLElement
void click ()
 
void focus ()
 
void blur ()
 

Public Attributes

attribute HTMLTableCaptionElement caption
 
attribute HTMLTableSectionElement tHead
 
attribute HTMLTableSectionElement tFoot
 
readonly attribute HTMLCollection rows
 
readonly attribute HTMLCollection tBodies
 
attribute DOMString align
 
attribute DOMString bgColor
 
attribute DOMString border
 
attribute DOMString cellPadding
 
attribute DOMString cellSpacing
 
attribute DOMString frame
 
attribute DOMString rules
 
attribute DOMString summary
 
attribute DOMString width
 
- 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
 

Member Function Documentation

◆ createCaption()

HTMLElement HTMLTableElement::createCaption ( )

◆ createTBody()

HTMLElement HTMLTableElement::createTBody ( )

◆ createTFoot()

HTMLElement HTMLTableElement::createTFoot ( )

◆ createTHead()

HTMLElement HTMLTableElement::createTHead ( )

◆ deleteCaption()

void HTMLTableElement::deleteCaption ( )

◆ deleteRow()

void HTMLTableElement::deleteRow ( long  index)

◆ deleteTFoot()

void HTMLTableElement::deleteTFoot ( )

◆ deleteTHead()

void HTMLTableElement::deleteTHead ( )

◆ insertRow()

HTMLElement HTMLTableElement::insertRow ( optional long  index = -1)

Member Data Documentation

◆ align

attribute DOMString HTMLTableElement::align

◆ bgColor

attribute DOMString HTMLTableElement::bgColor

◆ border

attribute DOMString HTMLTableElement::border

◆ caption

attribute HTMLTableCaptionElement HTMLTableElement::caption

◆ cellPadding

attribute DOMString HTMLTableElement::cellPadding

◆ cellSpacing

attribute DOMString HTMLTableElement::cellSpacing

◆ frame

attribute DOMString HTMLTableElement::frame

◆ rows

readonly attribute HTMLCollection HTMLTableElement::rows

◆ rules

attribute DOMString HTMLTableElement::rules

◆ summary

attribute DOMString HTMLTableElement::summary

◆ tBodies

readonly attribute HTMLCollection HTMLTableElement::tBodies

◆ tFoot

attribute HTMLTableSectionElement HTMLTableElement::tFoot

◆ tHead

attribute HTMLTableSectionElement HTMLTableElement::tHead

◆ width

attribute DOMString HTMLTableElement::width

The documentation for this interface was generated from the following file: