diff options
Diffstat (limited to 'files/fr/web/api/notification/onclick/index.html')
-rw-r--r-- | files/fr/web/api/notification/onclick/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/notification/onclick/index.html b/files/fr/web/api/notification/onclick/index.html index 209d7c519f..b1561a4fe9 100644 --- a/files/fr/web/api/notification/onclick/index.html +++ b/files/fr/web/api/notification/onclick/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Notification/onclick <p>La propriété <strong><code>onclick</code></strong>, rattachée à l'interface {{domxref("Notification")}}, définit un gestionnaire d'évènement à déclencher lorsque la notification recçoit un évènement {{event("click")}} (qui se produit lorsqu'un utilisateur clique sur la notification).</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> <pre class="syntaxbox"><em>Notification</em>.onclick = function(event) { ... }; </pre> |