diff options
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onscroll/index.md')
-rw-r--r-- | files/fr/web/api/globaleventhandlers/onscroll/index.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onscroll/index.md b/files/fr/web/api/globaleventhandlers/onscroll/index.md new file mode 100644 index 0000000000..7ae7447408 --- /dev/null +++ b/files/fr/web/api/globaleventhandlers/onscroll/index.md @@ -0,0 +1,17 @@ +--- +title: element.onscroll +slug: Web/API/GlobalEventHandlers/onscroll +tags: + - Référence_du_DOM_Gecko +translation_of: Web/API/GlobalEventHandlers/onscroll +--- +<p>{{ ApiRef() }}</p> +<h3 id="R.C3.A9sum.C3.A9">Résumé</h3> +<p>La propriété <b>onscroll</b> renvoie le gestionnaire d'évènement <code>scroll</code> pour l'élément courant.</p> +<h3 id="Syntaxe">Syntaxe</h3> +<pre class="eval"><i>code de gestion d'évènement</i> = element.onscroll; +</pre> +<h3 id="Notes">Notes</h3> +<p>L'évènement <code>scroll</code> se déclenche lorsque l'utilisateur fait défiler le contenu d'un élément.</p> +<h3 id="Sp.C3.A9cification">Spécification</h3> +<p>DOM Level 0. Ne fait partie d'aucune spécification.</p>
\ No newline at end of file |