aboutsummaryrefslogtreecommitdiff
path: root/files/hu/web/api/window/stop/index.html
diff options
context:
space:
mode:
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, 0 insertions, 20 deletions
diff --git a/files/hu/web/api/window/stop/index.html b/files/hu/web/api/window/stop/index.html
deleted file mode 100644
index a046730303..0000000000
--- a/files/hu/web/api/window/stop/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-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>