aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/globaleventhandlers/onwheel/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/globaleventhandlers/onwheel/index.html')
-rw-r--r--files/es/web/api/globaleventhandlers/onwheel/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/es/web/api/globaleventhandlers/onwheel/index.html b/files/es/web/api/globaleventhandlers/onwheel/index.html
new file mode 100644
index 0000000000..b8f829969b
--- /dev/null
+++ b/files/es/web/api/globaleventhandlers/onwheel/index.html
@@ -0,0 +1,31 @@
+---
+title: Element.onwheel
+slug: Web/API/Element/onwheel
+tags:
+ - API
+ - DOM
+ - Gecko
+ - Propiedad
+ - Referencia
+translation_of: Web/API/GlobalEventHandlers/onwheel
+---
+<p>{{ ApiRef("DOM") }}</p>
+
+<p>{{ non-standard_header() }}</p>
+
+<h3 id="Sumario">Sumario</h3>
+
+<p>La propiedad  <code>onwheel</code> devuelve el código del controlador de eventos <code>onwheel</code> en el elemento actual.</p>
+
+<h3 id="Syntax">Syntax</h3>
+
+<pre class="eval">element.onwheel = <em>event handling code</em>
+</pre>
+
+<h3 id="Notas">Notas</h3>
+
+<p>El evento <code>wheel</code> se genera cuando el usuario desplaza el contenido de un elemento.</p>
+
+<h3 id="Ver_también">Ver también</h3>
+
+<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542" title="https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542">Bug 18542 – el atributo onmousewheel  debe ser reemplazado con onwheel</a></p>