From c8a90c7efb53bdf1f1b019a071d9b80e3efb823e Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 6 Jul 2021 00:36:59 +0000 Subject: [CRON] sync translated content --- .../api/htmlorforeignelement/tabindex/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/pl/orphaned/web/api/htmlorforeignelement/tabindex/index.html (limited to 'files/pl/orphaned/web') 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 +--- +
+ {{APIRef}}
+
+  
+
+ Podsumowanie
+

Pobiera/ustawia kolejność tabulacji dla bieżącego elementu.

+

Składnia

+
element.tabIndex = indeks
+
+ +

Przykład

+
var b1 = document.getElementById("button1");
+
+b1.tabIndex = 1;
+

Specyfikacja

+ -- cgit v1.2.3-54-g00ecf