aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/window/print/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/window/print/index.html')
-rw-r--r--files/pt-br/web/api/window/print/index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/files/pt-br/web/api/window/print/index.html b/files/pt-br/web/api/window/print/index.html
new file mode 100644
index 0000000000..6bf664bfb0
--- /dev/null
+++ b/files/pt-br/web/api/window/print/index.html
@@ -0,0 +1,56 @@
+---
+title: Window.print()
+slug: Web/API/Window/print
+tags:
+ - DOM
+ - Window
+ - print
+translation_of: Web/API/Window/print
+---
+<p>{{ ApiRef() }}</p>
+
+<h2 id="Summary" name="Summary">Sumário</h2>
+
+<p dir="ltr" id="tw-target-text">Abre a janela de impressão para imprimir o documento atual.</p>
+
+<h2 id="Syntax" name="Syntax">Sintaxe</h2>
+
+<pre class="eval">window.print()
+</pre>
+
+<h2 id="Specification" name="Specification">Notas</h2>
+
+<p>Começando com o  Chrome {{CompatChrome(46.0)}} este método é bloqueado dentro de um {{htmlelement("iframe")}} a menos que seu atributo sandbox tem o valor allow-modal .</p>
+
+<h2 id="Specification" name="Specification">Especificação</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comentário</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML WHATWG', 'timers-and-user-prompts.html#printing', 'print()')}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td></td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidade_entre_Navegadores">Compatibilidade entre Navegadores</h2>
+
+
+
+<p>{{Compat("api.Window.print")}}</p>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li><a href="/en/Printing" title="en/Printing">Printing</a></li>
+ <li>{{ domxref("window.onbeforeprint") }}</li>
+ <li>{{ domxref("window.onafterprint") }}</li>
+</ul>
+
+<p>{{ languages( { "ja": "ja/DOM/window.print", "it": "it/DOM/window.print" , "zh-cn": "zh-cn/DOM/window.print" } ) }}</p>