From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/window/menubar/index.html | 74 ++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/fr/web/api/window/menubar/index.html (limited to 'files/fr/web/api/window/menubar') diff --git a/files/fr/web/api/window/menubar/index.html b/files/fr/web/api/window/menubar/index.html new file mode 100644 index 0000000000..eb2a7337ec --- /dev/null +++ b/files/fr/web/api/window/menubar/index.html @@ -0,0 +1,74 @@ +--- +title: Window.menubar +slug: Web/API/Window/menubar +tags: + - API + - HTML DOM + - Propriété + - Reference + - Window +translation_of: Web/API/Window/menubar +--- +
{{ APIRef() }}
+ +

La propriété Window.menubar renvoie l'objet menubar, dont la visibilité peut être vérifiée.

+ +

Syntaxe

+ +
objRef = window.menubar
+
+ +

Exemple

+ +

L'exemple HTML complet suivant montre comment la propriété visible de l'objet menubar est utilisée.

+ +
<html>
+<head>
+  <title>Divers Tests DOM</title>
+  <script>
+    var visible = window.menubar.visible;
+  </script>
+</head>
+<body>
+  <p>Divers Tests DOM</p>
+</body>
+</html>
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('HTML WHATWG', 'browsers.html#dom-window-menubar', 'Window.menubar')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-window-menubar', 'Window.menubar')}}{{Spec2('HTML5 W3C')}}
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.Window.menubar")}}

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf