aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/element/onmousemove/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/element/onmousemove/index.html')
-rw-r--r--files/pl/web/api/element/onmousemove/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/pl/web/api/element/onmousemove/index.html b/files/pl/web/api/element/onmousemove/index.html
deleted file mode 100644
index f54256c9f7..0000000000
--- a/files/pl/web/api/element/onmousemove/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: element.onmousemove
-slug: Web/API/Element/onmousemove
-tags:
- - DOM
- - Dokumentacja_Gecko_DOM
- - Gecko
- - Strony_wymagające_dopracowania
- - Wszystkie_kategorie
-translation_of: Web/API/GlobalEventHandlers/onmousemove
----
-<p>{{ ApiRef() }}</p>
-
-<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
-
-<p>Właściwość <strong>onmousemove</strong> zwraca kod obsługi zdarzenia <code>mousemove</code> w bieżącym elemencie.</p>
-
-<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
-
-<pre class="eval">event handling code = element.onMouseMove
-</pre>
-
-<h3 id="Uwagi" name="Uwagi">Uwagi</h3>
-
-<p>Zdarzenie <code>mousemove</code> jest wywoływane, kiedy użytkownik przesunie kursor myszy.</p>
-
-<h3 id="Specyfikacja" name="Specyfikacja">Specyfikacja</h3>
-
-<p>DOM Level 0. Nie jest częścią specyfikacji.</p>