From ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 8 Jul 2021 00:34:19 +0000 Subject: [CRON] sync translated content --- .../web/api/htmlorforeignelement/blur/index.html | 22 ++++++++++++++++++++ .../web/api/htmlorforeignelement/focus/index.html | 24 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 files/pl/orphaned/web/api/htmlorforeignelement/blur/index.html create mode 100644 files/pl/orphaned/web/api/htmlorforeignelement/focus/index.html (limited to 'files/pl/orphaned/web') diff --git a/files/pl/orphaned/web/api/htmlorforeignelement/blur/index.html b/files/pl/orphaned/web/api/htmlorforeignelement/blur/index.html new file mode 100644 index 0000000000..7ab774c03d --- /dev/null +++ b/files/pl/orphaned/web/api/htmlorforeignelement/blur/index.html @@ -0,0 +1,22 @@ +--- +title: element.blur +slug: orphaned/Web/API/HTMLOrForeignElement/blur +tags: + - DOM + - Dokumentacja_Gecko_DOM + - Gecko + - Wszystkie_kategorie +translation_of: Web/API/HTMLOrForeignElement/blur +original_slug: Web/API/HTMLOrForeignElement/blur +--- +

{{ ApiRef() }}

+

Podsumowanie

+

Metoda blur dezaktywuje bieżący element (usuwa focus).

+

Składnia

+
element.blur()
+
+

Specyfikacja

+

blur

+
+  
+

{{ languages( { "en": "en/DOM/element.blur", "fr": "fr/DOM/element.blur" } ) }}

diff --git a/files/pl/orphaned/web/api/htmlorforeignelement/focus/index.html b/files/pl/orphaned/web/api/htmlorforeignelement/focus/index.html new file mode 100644 index 0000000000..8a8f7e8a82 --- /dev/null +++ b/files/pl/orphaned/web/api/htmlorforeignelement/focus/index.html @@ -0,0 +1,24 @@ +--- +title: element.focus +slug: orphaned/Web/API/HTMLOrForeignElement/focus +tags: + - DOM + - Dokumentacja_Gecko_DOM + - Gecko + - Wszystkie_kategorie +translation_of: Web/API/HTMLOrForeignElement/focus +original_slug: Web/API/HTMLOrForeignElement/focus +--- +

{{ ApiRef() }}

+

Podsumowanie

+

focus aktywuje bieżący element (ustawia focus).

+

Składnia

+
element.focus()
+
+

Uwagi

+

Wywołanie metody focus() jest równoważne z zaznaczeniem elementu przez użytkownika.

+

Specyfikacja

+

focus

+
+  
+

{{ languages( { "en": "en/DOM/element.focus", "fr": "fr/DOM/element.focus" } ) }}

-- cgit v1.2.3-54-g00ecf