diff options
Diffstat (limited to 'files/pl/web/api/mouseevent/clienty/index.html')
-rw-r--r-- | files/pl/web/api/mouseevent/clienty/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/pl/web/api/mouseevent/clienty/index.html b/files/pl/web/api/mouseevent/clienty/index.html new file mode 100644 index 0000000000..45d9ae0b34 --- /dev/null +++ b/files/pl/web/api/mouseevent/clienty/index.html @@ -0,0 +1,17 @@ +--- +title: event.clientY +slug: Web/API/Event/clientY +tags: + - DOM + - Wszystkie_kategorie +translation_of: Web/API/MouseEvent/clientY +translation_of_original: Web/API/event.clientY +--- +<p>{{ ApiRef() }}</p> +<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> +<p>Zwraca pionową współrzędną zdarzenia w obszarze klienta.</p> +<h3 id="Uwagi" name="Uwagi">Uwagi</h3> +<p>Zobacz też <a href="pl/DOM/event.clientX">clientX</a>, wraz z przykładem wykorzystania.</p> +<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3> +<p><a class="external" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent-clientY">clientY</a></p> +<p>{{ languages( { "en": "en/DOM/event.clientY" } ) }}</p> |