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/locationbar/index.html | 74 ++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/fr/web/api/window/locationbar/index.html (limited to 'files/fr/web/api/window/locationbar') diff --git a/files/fr/web/api/window/locationbar/index.html b/files/fr/web/api/window/locationbar/index.html new file mode 100644 index 0000000000..aa38a49d88 --- /dev/null +++ b/files/fr/web/api/window/locationbar/index.html @@ -0,0 +1,74 @@ +--- +title: Window.locationbar +slug: Web/API/Window/locationbar +tags: + - API + - HTML DOM + - Propriété + - Reference + - Window +translation_of: Web/API/Window/locationbar +--- +
{{APIRef}}
+ +

Renvoie l'objet locationbar, dont la visibilité peut être vérifiée.

+ +

Syntaxe

+ +
objRef = window.locationbar
+
+ +

Exemple

+ +

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

+ +
<!DOCTYPE html>
+<html lang="fr">
+<head>
+<meta charset="UTF-8" />
+<title>Divers tests DOM</title>
+
+<script>
+var visible = window.locationbar.visible;
+</script>
+
+</head>
+<body>
+  <p>Divers tests DOM</p>
+</body>
+</html>
+
+ +

Spécifications

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

Compatibilité des navigateurs

+ + + +

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

+ +

Voir également

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