diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/window/scrollbars/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/window/scrollbars/index.html')
| -rw-r--r-- | files/fr/web/api/window/scrollbars/index.html | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/files/fr/web/api/window/scrollbars/index.html b/files/fr/web/api/window/scrollbars/index.html deleted file mode 100644 index 1a292aed78..0000000000 --- a/files/fr/web/api/window/scrollbars/index.html +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Window.scrollbars -slug: Web/API/Window/scrollbars -tags: - - API - - HTML DOM - - Propriété - - Reference - - Window -translation_of: Web/API/Window/scrollbars ---- -<div>{{APIRef()}}</div> - -<p>La propriété <code><strong>Window.scrollbars</strong></code> renvoie l'objet <code>scrollbars</code>, dont la visibilité peut être vérifié.</p> - -<h2 id="Syntaxe">Syntaxe</h2> - -<pre class="syntaxbox"><em>objRef</em> = window.scrollbars -</pre> - -<h2 id="Exemple">Exemple</h2> - -<p>L'exemple HTML complet suivant montre comment la propriété <code>visible</code> de l'objet scrollbars est utilisée.</p> - -<pre class="brush: html"><!doctype html> -<html> -<head> - <title>Divers Tests DOM</title> - <script> - let visibleScrollbars = window.scrollbars.visible; - </script> -</head> -<body> - <p>Divers Tests DOM</p> -</body> -</html> -</pre> - -<h2 id="Spécifications">Spécifications</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Statut</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName('HTML WHATWG', 'browsers.html#dom-window-scrollbars', 'Window.scrollbars')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', 'browsers.html#dom-window-scrollbars', 'Window.scrollbars')}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td></td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{Compat("api.Window.scrollbars")}}</p> - -<h2 id="Voir_également">Voir également</h2> - -<ul> - <li>{{domxref("window.locationbar")}}</li> - <li>{{domxref("window.menubar")}}</li> - <li>{{domxref("window.personalbar")}}</li> - <li>{{domxref("window.statusbar")}}</li> - <li>{{domxref("window.toolbar")}}</li> -</ul> |
