aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/htmltableelement/tfoot/index.html
blob: 2d7467db81914cbce225451e78cd947df00ef2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: HTMLTableElement.tFoot
slug: Web/API/HTMLTableElement/tFoot
tags:
  - DOM
  - Dokumentacja_Gecko_DOM
  - Gecko
  - Wszystkie_kategorie
translation_of: Web/API/HTMLTableElement/tFoot
---
<p>{{ ApiRef() }}</p>

<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>

<p><b>tFoot</b> zwraca element TFOOT tabeli.</p>

<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>

<pre class="eval"><i>HTMLTableSectionElementObject</i> = table.tFoot
</pre>

<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h3>

<pre class="eval">if (table.tFoot == my_foot) {
 ...
}
</pre>

<h3 id="Uwagi" name="Uwagi">Uwagi</h3>

<p>Ta własność zwraca VOID, jeśli nie istnieje element TFOOT.</p>

<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3>

<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-64197097">tfoot</a></p>

<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-67417573">Interface HTMLTableSectionElement</a></p>

<p>{{ languages( { "en": "en/DOM/table.tFoot" } ) }}</p>