aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/element/onwheel/index.html
blob: b8f829969b15c5e1ee2ac483c5785b13b8b23cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>