diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/it/web/api/window/status/index.html | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/it/web/api/window/status/index.html')
| -rw-r--r-- | files/it/web/api/window/status/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/files/it/web/api/window/status/index.html b/files/it/web/api/window/status/index.html deleted file mode 100644 index 4b008c0afc..0000000000 --- a/files/it/web/api/window/status/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Window.status -slug: Web/API/Window/status -translation_of: Web/API/Window/status ---- -<div>{{APIRef("DOM")}}</div> - -<p>Legge o imposta il testo della barra di stato della finestra a cui si riferisce l'oggetto <code>window</code>.</p> - -<h3 id="Sintassi" name="Sintassi">Sintassi</h3> - -<pre class="eval"><i>stringa</i> = window.status -window.status = -<i>stringa</i> -</pre> - -<h3 id="Esempio" name="Esempio">Esempio</h3> - -<pre class="eval">while ( attesa ) { - window.status = "Sto caricando..."; -} -</pre> - -<h3 id="Specifiche" name="Specifiche">Specifiche</h3> - -<p>DOM Level 0. Non รจ parte di alcuno standard.</p> |
