diff options
Diffstat (limited to 'files/pl/web/api/globaleventhandlers/onfocus/index.html')
-rw-r--r-- | files/pl/web/api/globaleventhandlers/onfocus/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/api/globaleventhandlers/onfocus/index.html b/files/pl/web/api/globaleventhandlers/onfocus/index.html index bd4a30d6b5..d29ce4a831 100644 --- a/files/pl/web/api/globaleventhandlers/onfocus/index.html +++ b/files/pl/web/api/globaleventhandlers/onfocus/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/GlobalEventHandlers/onfocus --- <div>{{ApiRef("HTML DOM")}}</div> -<p>Właściwość <code><strong>onfocus</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{domxref("EventHandler")}}), który służy do obsługi zdarzenia {{event("focus")}}.</p> +<p>Właściwość <code><strong>onfocus</strong></code> należy do Globalnych Uchwytów Zdarzeń ({{domxref("GlobalEventHandlers")}}) i jest Uchwytem Zdarzenia ({{event("Event_handlers")}}), który służy do obsługi zdarzenia {{event("focus")}}.</p> <p>Zdarzenie <code>focus</code> zachodzi, gdy użytkownik aktywuje element (np. wejdzie w pole tekstowe {{HtmlElement("input")}}).</p> |