aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/window/print/index.html
blob: 66ee7fdf8ee350812f05071e7430e189a017a6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
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="Browser_compatibility">Compatibilidade com 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>