aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/selection/removeallranges/index.html
blob: 3ba0519f45e95758ff4808a4a28fc71e61bf81c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: removeAllRanges
slug: Web/API/Selection/removeAllRanges
tags:
  - DOM
  - Dokumentacja_Gecko_DOM
  - Gecko
  - Wszystkie_kategorie
translation_of: Web/API/Selection/removeAllRanges
---
<p>{{ ApiRef() }}</p>
<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
<p>Usuwa wszystkie zakresy, ustawiając własności <a href="pl/DOM/Selection/anchorNode">anchorNode</a> i <a href="pl/DOM/Selection/focusNode">focusNode</a> na <code>null</code> oraz usuwając samo zaznaczenie.</p>
<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
<pre class="eval"><i>sel</i>.removeAllRanges();
</pre>
<h3 id="Parametry" name="Parametry">Parametry</h3>
<p>Brak.</p>
<p> </p>
<div class="noinclude">
  </div>
<p>{{ languages( { "en": "en/DOM/Selection/removeAllRanges", "es": "es/DOM/Selection/removeAllRanges", "it": "it/DOM/Selection/removeAllRanges" } ) }}</p>