HTML DOM TFoot-Objekt
TFoot object
The TFoot object represents the HTML <tfoot> element.
Access TFoot object
You can use getElementById() to access the <tfoot> element:
var x = document.getElementById("myTFoot");
Create TFoot object
You can use the document.createElement() method to create a <tfoot> element:
var x = document.createElement("TFOOT");
TFoot object properties
Eigenschaften | Description |
---|---|
align |
HTML5 does not support.Bitte verwenden Sie stattdessen style.textAlign. Sets or returns the horizontal alignment of the content within the tfoot element. |
ch |
HTML5 does not support. Sets or returns the alignment character within the tfoot element. |
chOff |
HTML5 does not support. Sets or returns the horizontal offset of the ch attribute. |
vAlign |
HTML5 does not support.Bitte verwenden Sie stattdessen style.verticalAlign. Setzt oder gibt die vertikale Ausrichtung des Inhalts des tfoot-Elements zurück. |
Standardattribute und Ereignisse
TFoot-Objekt unterstützt StandardsEigenschaftenundEreignisse.