aboutsummaryrefslogtreecommitdiff
path: root/files/pl/orphaned
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
committerMDN <actions@users.noreply.github.com>2021-07-06 00:36:59 +0000
commitc8a90c7efb53bdf1f1b019a071d9b80e3efb823e (patch)
treeb0eab4399a81ad9a3c73da565a937d1a2f0f3431 /files/pl/orphaned
parent9e402885ddc03e6a287453189adb426ec930742a (diff)
downloadtranslated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.gz
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.tar.bz2
translated-content-c8a90c7efb53bdf1f1b019a071d9b80e3efb823e.zip
[CRON] sync translated content
Diffstat (limited to 'files/pl/orphaned')
-rw-r--r--files/pl/orphaned/web/api/htmlorforeignelement/tabindex/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/pl/orphaned/web/api/htmlorforeignelement/tabindex/index.html b/files/pl/orphaned/web/api/htmlorforeignelement/tabindex/index.html
new file mode 100644
index 0000000000..355ef13072
--- /dev/null
+++ b/files/pl/orphaned/web/api/htmlorforeignelement/tabindex/index.html
@@ -0,0 +1,32 @@
+---
+title: element.tabIndex
+slug: orphaned/Web/API/HTMLOrForeignElement/tabIndex
+tags:
+ - DOM
+ - Dokumentacja_Gecko_DOM
+ - Gecko
+ - Wszystkie_kategorie
+translation_of: Web/API/HTMLOrForeignElement/tabIndex
+original_slug: Web/API/HTMLOrForeignElement/tabIndex
+---
+<div>
+ {{APIRef}}</div>
+<div>
+  </div>
+<div>
+ <span style="font-size: 2.14285714285714rem; font-weight: 700; letter-spacing: -1px; line-height: 30px;">Podsumowanie</span></div>
+<p>Pobiera/ustawia kolejność tabulacji dla bieżącego elementu.</p>
+<h2 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h2>
+<pre class="syntaxbox">element.tabIndex = <em>indeks</em>
+</pre>
+<ul>
+ <li><code>indeks</code> to liczba</li>
+</ul>
+<h2 id="Przyk.C5.82ad" name="Przyk.C5.82ad">Przykład</h2>
+<pre class="brush:js">var b1 = document.getElementById("button1");
+
+b1.tabIndex = 1;</pre>
+<h2 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h2>
+<ul>
+ <li><a class="external" href="http://www.w3.org/TR/2000/WD-DOM-Level-2-HTML-20001113/html.html#ID-40676705">tabIndex </a></li>
+</ul>