aboutsummaryrefslogtreecommitdiff
path: root/files/hu/web/api/window/stop/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:23:23 +0100
committerGitHub <noreply@github.com>2021-02-11 18:23:23 +0100
commit8ce2f87d3fcc5c07610f135e4f759088d84c4d4f (patch)
treee41b439a6ddf891ab969e0baa654dc3047724399 /files/hu/web/api/window/stop/index.html
parent58a4a49bc93e85f7de036e4c7ef89237207d6bc3 (diff)
parent6cfd1f09e599d9bb5da01e943981925d1873e3ce (diff)
downloadtranslated-content-8ce2f87d3fcc5c07610f135e4f759088d84c4d4f.tar.gz
translated-content-8ce2f87d3fcc5c07610f135e4f759088d84c4d4f.tar.bz2
translated-content-8ce2f87d3fcc5c07610f135e4f759088d84c4d4f.zip
Merge pull request #48 from fiji-flo/unslugging-hu
Unslugging hu
Diffstat (limited to 'files/hu/web/api/window/stop/index.html')
-rw-r--r--files/hu/web/api/window/stop/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/hu/web/api/window/stop/index.html b/files/hu/web/api/window/stop/index.html
new file mode 100644
index 0000000000..a046730303
--- /dev/null
+++ b/files/hu/web/api/window/stop/index.html
@@ -0,0 +1,20 @@
+---
+title: window.stop
+slug: Web/API/Window/stop
+translation_of: Web/API/Window/stop
+original_slug: Web/API/Window.stop
+---
+<div>
+  {{ApiRef}}</div>
+<h2 id="Summary" name="Summary">Összefoglalás</h2>
+<p>Ez az eljárás leállítja az ablak betöltését.</p>
+<h2 id="Syntax" name="Syntax">Szintaxis</h2>
+<pre class="syntaxbox">window.stop()
+</pre>
+<h2 id="Example" name="Example">Példa</h2>
+<pre class="brush:js">window.stop();
+</pre>
+<h2 id="Notes" name="Notes">Megjegyzések</h2>
+<p>A stop() eljárás teljesen megegyezik azzal, amikor a 'megállás/betöltés megszakítása' gombra kattint a böngészőben. Amiatt a szabály miatt, melyben a kódok betöltöttek, a stop() eljárás nem állítja le azt, amit csak betölteni kell (nem letölteni a megjelenítéshez), de megszakítja a nagy képek, új ablakok, és egyéb objektumok betöltését, melynek el van halasztva a betöltése.</p>
+<h2 id="Specification" name="Specification">Tulajdonságok</h2>
+<p>DOM szint: 0. Nem része a tulajdonságoknak.</p>