aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/selection/rangecount/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/selection/rangecount/index.html')
-rw-r--r--files/it/web/api/selection/rangecount/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/it/web/api/selection/rangecount/index.html b/files/it/web/api/selection/rangecount/index.html
new file mode 100644
index 0000000000..db26f87b6f
--- /dev/null
+++ b/files/it/web/api/selection/rangecount/index.html
@@ -0,0 +1,19 @@
+---
+title: rangeCount
+slug: Web/API/Selection/rangeCount
+tags:
+ - DOM
+ - Gecko
+ - Reference_del_DOM_di_Gecko
+ - Tutte_le_categorie
+translation_of: Web/API/Selection/rangeCount
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="Sommario" name="Sommario">Sommario</h3>
+<p>Restituisce il numero di range presenti nella selezione.</p>
+<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
+<pre class="eval"><i>selection</i>.rangeCount
+</pre>
+<h3 id="Note" name="Note">Note</h3>
+<p>Prima che l'utente clicchi su una pagina appena caricata, <code>rangeCount</code> vale 0. Un utente normalmente può selezionare un solo range alla volta, quindi <code>rangeCount</code> solitamente vale 1. Tramite lo script è possibile far si che la selezione contenga più di un range.</p>
+<p>{{ languages( { "en": "en/DOM/Selection/rangeCount", "es": "es/DOM/Selection/rangeCount", "pl": "pl/DOM/Selection/rangeCount" } ) }}</p>