aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/selection/removeallranges/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/selection/removeallranges/index.html')
-rw-r--r--files/it/web/api/selection/removeallranges/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/it/web/api/selection/removeallranges/index.html b/files/it/web/api/selection/removeallranges/index.html
new file mode 100644
index 0000000000..b9aa7bba25
--- /dev/null
+++ b/files/it/web/api/selection/removeallranges/index.html
@@ -0,0 +1,19 @@
+---
+title: removeAllRanges
+slug: Web/API/Selection/removeAllRanges
+tags:
+ - DOM
+ - Gecko
+ - Reference_del_DOM_di_Gecko
+ - Tutte_le_categorie
+translation_of: Web/API/Selection/removeAllRanges
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="Sommario" name="Sommario">Sommario</h3>
+<p>Rimuove tutti i range dalla selezione, impostando le proprietà <code><a href="it/DOM/Selection/anchorNode">anchorNode</a></code> e <code><a href="it/DOM/Selection/focusNode">focusNode</a></code> a <code>null</code>. Dopo la chiamata a questo metodo, non vi saranno elementi selezionati nella pagina.</p>
+<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
+<pre class="eval"><i>selezione</i>.removeAllRanges();
+</pre>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "es": "es/DOM/Selection/removeAllRanges", "en": "en/DOM/Selection/removeAllRanges", "pl": "pl/DOM/Selection/removeAllRanges" } ) }}</p>