User Tools

Site Tools


pt:alert

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pt:alert [2016/01/01 22:47]
pt:alert [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Alert =====
  
 +==== Formato ====
 +
 +**alert** //message//\\
 +**alert** ( //message// )
 +
 +==== Descrição ====
 +
 +Exibe uma caixa de mensagem com o botão "OK" .
 +
 +==== Exemplo ====
 +
 +<code>alert("Click OK to continue.")
 +</code>
 +draws\\
 +{{:alert.png|Alert}}
 +
 +==== Ver também ====
 +{{page>en:start#Keyboard and User Input&noheader}}
 +
 +==== Historia ==== 
 +0.9.9.42 - added statement