From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/window/print/index.html | 50 -------------------------------- files/fr/web/api/window/print/index.md | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 files/fr/web/api/window/print/index.html create mode 100644 files/fr/web/api/window/print/index.md (limited to 'files/fr/web/api/window/print') diff --git a/files/fr/web/api/window/print/index.html b/files/fr/web/api/window/print/index.html deleted file mode 100644 index e07fb5d820..0000000000 --- a/files/fr/web/api/window/print/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: Window.print() -slug: Web/API/Window/print -tags: - - API - - BesoinDeCompatibilitéAvecLeNavigateur - - BesoinDeCompatibilitéAvecLeNavigateurMobile - - DOM - - Méthode - - Reference - - Window -translation_of: Web/API/Window/print ---- -

{{ ApiRef() }}

- -

Ouvre la fenêtre de dialogue d'impression pour imprimer le document courant. 

- -

Syntaxe

- -
window.print()
-
- -

Notes

- -

Disponible à partir de Chrome {{CompatChrome(45.0)}}, cette méthode est bloquée à l'intérieur d'une balise {{htmlelement("iframe")}} sauf si son attribut sandbox a la valeur allow-modal.

- -

Spécification

- - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('HTML5 Web application', '#dom-print', 'print()')}}{{Spec2('HTML5 Web application')}}Définition initiale.
- -

Voir également

- - \ No newline at end of file diff --git a/files/fr/web/api/window/print/index.md b/files/fr/web/api/window/print/index.md new file mode 100644 index 0000000000..e07fb5d820 --- /dev/null +++ b/files/fr/web/api/window/print/index.md @@ -0,0 +1,50 @@ +--- +title: Window.print() +slug: Web/API/Window/print +tags: + - API + - BesoinDeCompatibilitéAvecLeNavigateur + - BesoinDeCompatibilitéAvecLeNavigateurMobile + - DOM + - Méthode + - Reference + - Window +translation_of: Web/API/Window/print +--- +

{{ ApiRef() }}

+ +

Ouvre la fenêtre de dialogue d'impression pour imprimer le document courant. 

+ +

Syntaxe

+ +
window.print()
+
+ +

Notes

+ +

Disponible à partir de Chrome {{CompatChrome(45.0)}}, cette méthode est bloquée à l'intérieur d'une balise {{htmlelement("iframe")}} sauf si son attribut sandbox a la valeur allow-modal.

+ +

Spécification

+ + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('HTML5 Web application', '#dom-print', 'print()')}}{{Spec2('HTML5 Web application')}}Définition initiale.
+ +

Voir également

+ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf