aboutsummaryrefslogtreecommitdiff
path: root/files/pl/orphaned
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/orphaned')
-rw-r--r--files/pl/orphaned/web/api/uievent/cancelbubble/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/pl/orphaned/web/api/uievent/cancelbubble/index.html b/files/pl/orphaned/web/api/uievent/cancelbubble/index.html
new file mode 100644
index 0000000000..af37387a13
--- /dev/null
+++ b/files/pl/orphaned/web/api/uievent/cancelbubble/index.html
@@ -0,0 +1,16 @@
+---
+title: event.cancelBubble
+slug: orphaned/Web/API/UIEvent/cancelBubble
+tags:
+ - DOM
+ - Wszystkie_kategorie
+translation_of: Web/API/UIEvent/cancelBubble
+original_slug: Web/API/UIEvent/cancelBubble
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3>
+<p>Wskazuje, czy zostało anulowane bąbelkowanie tego zdarzenia.</p>
+<h3 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h3>
+<pre class="eval">bool = event.cancelBubble
+</pre>
+<p>{{ languages( { "en": "en/DOM/event.cancelBubble" } ) }}</p>