aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/uievent/cancelbubble/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api/uievent/cancelbubble/index.html')
-rw-r--r--files/pl/web/api/uievent/cancelbubble/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/pl/web/api/uievent/cancelbubble/index.html b/files/pl/web/api/uievent/cancelbubble/index.html
new file mode 100644
index 0000000000..64b0a32f88
--- /dev/null
+++ b/files/pl/web/api/uievent/cancelbubble/index.html
@@ -0,0 +1,15 @@
+---
+title: event.cancelBubble
+slug: Web/API/Event/cancelBubble
+tags:
+ - DOM
+ - Wszystkie_kategorie
+translation_of: 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>