aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/selection/anchoroffset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/selection/anchoroffset/index.html')
-rw-r--r--files/pl/web/api/selection/anchoroffset/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/pl/web/api/selection/anchoroffset/index.html b/files/pl/web/api/selection/anchoroffset/index.html
new file mode 100644
index 0000000000..35a0148f6a
--- /dev/null
+++ b/files/pl/web/api/selection/anchoroffset/index.html
@@ -0,0 +1,23 @@
+---
+title: anchorOffset
+slug: Web/API/Selection/anchorOffset
+tags:
+ - DOM
+ - Dokumentacja_Gecko_DOM
+ - Gecko
+ - Wszystkie_kategorie
+translation_of: Web/API/Selection/anchorOffset
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
+<p>Zwraca pozycję, na której kotwica selekcji znajduje się w węźle <a href="pl/DOM/Selection/anchorNode">anchorNode</a>.</p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
+<pre class="eval"><i>sel</i>.anchorOffset
+</pre>
+<h3 id="Uwagi" name="Uwagi">Uwagi</h3>
+<p>Liczenie się tej zmiennej zaczyna się od 0. Jeżeli selekcja zaczyna się w pierwszym znaku <a href="pl/DOM/Selection/anchorNode">anchorNode</a>, zwracane jest 0.</p>
+<p> </p>
+<p> </p>
+<div class="noinclude">
+  </div>
+<p>{{ languages( { "en": "en/DOM/Selection/anchorOffset", "es": "es/DOM/Selection/anchorOffset", "it": "it/DOM/Selection/anchorOffset" } ) }}</p>