aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/globaleventhandlers/onfocus/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/globaleventhandlers/onfocus/index.html')
-rw-r--r--files/pt-br/web/api/globaleventhandlers/onfocus/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/files/pt-br/web/api/globaleventhandlers/onfocus/index.html b/files/pt-br/web/api/globaleventhandlers/onfocus/index.html
new file mode 100644
index 0000000000..3d27899ec3
--- /dev/null
+++ b/files/pt-br/web/api/globaleventhandlers/onfocus/index.html
@@ -0,0 +1,36 @@
+---
+title: GlobalEventHandlers.onfocus
+slug: Web/API/GlobalEventHandlers/onfocus
+translation_of: Web/API/GlobalEventHandlers/onfocus
+---
+<div>{{ApiRef("HTML DOM")}}</div>
+
+<p>A propriedade <strong>onfocus</strong> retorna o código de manipulador de eventos <em>onFocus</em> no elemento atual.</p>
+
+<h2 id="Sintaxe">Sintaxe</h2>
+
+<pre class="syntaxbox">element.onfocus = <em>código de manipulação de eventos</em>
+</pre>
+
+<h2 id="Notas">Notas</h2>
+
+<p>O evento <em>Focus </em>é gerado quando o usuario define o foco no elemento.</p>
+
+<p>Oposta à MSIE, em que quase todos os tipos de elementos recebem o evento <em>focus</em>, em navegadores Gecko quase todos os tipos de elementos não funcionam com este evento.</p>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="spectable standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">especificaçãos</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comentario</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML WHATWG','webappapis.html#handler-onfocus','onfocus')}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>