aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/htmltableelement/caption
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/htmltableelement/caption')
-rw-r--r--files/pl/web/api/htmltableelement/caption/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/pl/web/api/htmltableelement/caption/index.html b/files/pl/web/api/htmltableelement/caption/index.html
new file mode 100644
index 0000000000..971efe057b
--- /dev/null
+++ b/files/pl/web/api/htmltableelement/caption/index.html
@@ -0,0 +1,39 @@
+---
+title: HTMLTableElement.caption
+slug: Web/API/HTMLTableElement/caption
+tags:
+ - DOM
+ - Dokumentacja_Gecko_DOM
+ - Gecko
+ - Wszystkie_kategorie
+translation_of: Web/API/HTMLTableElement/caption
+---
+<p>{{ ApiRef() }}</p>
+
+<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
+
+<p><b>caption</b> zwraca podpis tabeli.</p>
+
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
+
+<pre class="eval"><i>string</i> = table.caption
+</pre>
+
+<h3 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h3>
+
+<pre class="eval">if (table.caption) {
+ // zrób coś z podpisem
+}
+</pre>
+
+<h3 id="Uwagi" name="Uwagi">Uwagi</h3>
+
+<p>Własność ta zwraca void dla tabel bez elementu caption.</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-14594520">caption</a></p>
+
+<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-12035137">Interface HTMLTableCaptionElement</a></p>
+
+<p>{{ languages( { "en": "en/DOM/table.caption", "fr": "fr/DOM/table.caption" } ) }}</p>