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/selection/tostring/index.html | 28 -------------------------- files/fr/web/api/selection/tostring/index.md | 28 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 files/fr/web/api/selection/tostring/index.html create mode 100644 files/fr/web/api/selection/tostring/index.md (limited to 'files/fr/web/api/selection/tostring') diff --git a/files/fr/web/api/selection/tostring/index.html b/files/fr/web/api/selection/tostring/index.html deleted file mode 100644 index c0e4836d47..0000000000 --- a/files/fr/web/api/selection/tostring/index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: toString -slug: Web/API/Selection/toString -tags: - - Référence_du_DOM_Gecko -translation_of: Web/API/Selection/toString ---- -

{{ ApiRef() }}

-

Résumé

-

Renvoie une chaîne de caractères représentant l'actuel objet selection, i.e. le texte sélectionné.

-

Syntaxe

-
string =sel.toString()
-
- -

Paramètres

-

Aucun.

-

Description

-

Cette méthode renvoie le texte sélectionné.

-

En JavaScript, cette méthode est appelée automatiquement pour des objets selection aux fonctions nécessitant un paramètre string :

-
alert(window.getSelection()) // Appel automatique
-alert(window.getSelection().toString())  // Appel explicite
-
-

Voir aussi

- \ No newline at end of file diff --git a/files/fr/web/api/selection/tostring/index.md b/files/fr/web/api/selection/tostring/index.md new file mode 100644 index 0000000000..c0e4836d47 --- /dev/null +++ b/files/fr/web/api/selection/tostring/index.md @@ -0,0 +1,28 @@ +--- +title: toString +slug: Web/API/Selection/toString +tags: + - Référence_du_DOM_Gecko +translation_of: Web/API/Selection/toString +--- +

{{ ApiRef() }}

+

Résumé

+

Renvoie une chaîne de caractères représentant l'actuel objet selection, i.e. le texte sélectionné.

+

Syntaxe

+
string =sel.toString()
+
+ +

Paramètres

+

Aucun.

+

Description

+

Cette méthode renvoie le texte sélectionné.

+

En JavaScript, cette méthode est appelée automatiquement pour des objets selection aux fonctions nécessitant un paramètre string :

+
alert(window.getSelection()) // Appel automatique
+alert(window.getSelection().toString())  // Appel explicite
+
+

Voir aussi

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