HTMLTableElement$Typings extension
Properties
-
addEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Overload accessor: $1, $2no setter - align ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves a value that indicates the table alignment. @deprecatedgetter/setter pair - bgColor ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
@deprecatedgetter/setter pair - border ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the width of the border to draw around the object. @deprecatedgetter/setter pair -
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Retrieves the caption object of a table.getter/setter pair - cellPadding ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the amount of space between the border of the cell and the content of the cell. @deprecatedgetter/setter pair - cellSpacing ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the amount of space between cells in a table. @deprecatedgetter/setter pair - createCaption ↔ HTMLTableCaptionElement Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - createTBody ↔ HTMLTableSectionElement Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - createTFoot ↔ HTMLTableSectionElement Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - createTHead ↔ HTMLTableSectionElement Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - deleteCaption ↔ void Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - deleteRow ↔ void Function(num)
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - deleteTFoot ↔ void Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - deleteTHead ↔ void Function()
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair - frame ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the way the border frame around the table is displayed. @deprecatedgetter/setter pair - insertRow ↔ HTMLTableRowElement Function([num?])
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
getter/setter pair -
removeEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Overload accessor: $1, $2no setter -
rows
→ HTMLCollectionOf<
HTMLTableRowElement> -
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the number of horizontal rows contained in the object.no setter - rules ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves which dividing lines (inner borders) are displayed. @deprecatedgetter/setter pair - summary ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves a description and/or structure of the object. @deprecatedgetter/setter pair -
tBodies
→ HTMLCollectionOf<
HTMLTableSectionElement> -
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Retrieves a collection of all tBody objects in the table. Objects in this collection are in source order.no setter - tFoot ↔ HTMLTableSectionElement?
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Retrieves the tFoot object of the table.getter/setter pair - tHead ↔ HTMLTableSectionElement?
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Retrieves the tHead object of the table.getter/setter pair - width ↔ String
-
Available on HTMLTableElement, provided by the HTMLTableElement$Typings extension
Sets or retrieves the width of the object. @deprecatedgetter/setter pair