blob: e2a59493ba42669138afc5e92d86731491a54ca0 (
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
32
|
---
title: Element.onwheel
slug: Web/API/GlobalEventHandlers/onwheel
tags:
- API
- DOM
- Gecko
- Propiedad
- Referencia
translation_of: Web/API/GlobalEventHandlers/onwheel
original_slug: Web/API/Element/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>
|