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 | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 files/fr/orphaned/web/api/htmlorforeignelement/tabindex/index.html (limited to 'files/fr/orphaned') diff --git a/files/fr/orphaned/web/api/htmlorforeignelement/tabindex/index.html b/files/fr/orphaned/web/api/htmlorforeignelement/tabindex/index.html new file mode 100644 index 0000000000..6edfa50424 --- /dev/null +++ b/files/fr/orphaned/web/api/htmlorforeignelement/tabindex/index.html @@ -0,0 +1,26 @@ +--- +title: element.tabIndex +slug: orphaned/Web/API/HTMLOrForeignElement/tabIndex +tags: + - Référence_du_DOM_Gecko +translation_of: Web/API/HTMLOrForeignElement/tabIndex +original_slug: Web/API/HTMLOrForeignElement/tabIndex +--- +

{{ ApiRef() }}

+

Résumé

+

Obtient ou définit l'ordre de tabulation de l'élément courant.

+

Syntaxe

+
element.tabIndex = iIndex;
+
+

Paramètres

+ +

Exemple

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

Spécification

+ -- cgit v1.2.3-54-g00ecf