aboutsummaryrefslogtreecommitdiff
path: root/files/es/fuel/console/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/fuel/console/index.html')
-rw-r--r--files/es/fuel/console/index.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/files/es/fuel/console/index.html b/files/es/fuel/console/index.html
new file mode 100644
index 0000000000..730d16b759
--- /dev/null
+++ b/files/es/fuel/console/index.html
@@ -0,0 +1,65 @@
+---
+title: Console
+slug: FUEL/Console
+tags:
+ - FUEL
+ - Interfaces
+ - Todas_las_Categorías
+ - páginas_a_traducir
+translation_of: Mozilla/Tech/Toolkit_API/extIConsole
+---
+<h2 id="Resumen_de_métodos">Resumen de métodos</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <td><code>void <a href="#log.28.29">log</a>(in AString aMsg)</code></td>
+ </tr>
+ <tr>
+ <td><code>void <a href="#open.28.29">open</a>()</code></td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Atributos" name="Atributos">Atributos</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <td class="header">Atributo</td>
+ <td class="header">Tipo</td>
+ <td class="header">Descripción</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="M.C3.A9todos" name="M.C3.A9todos">Métodos</h2>
+
+<h3 id="log.28.29" name="log.28.29">log()</h3>
+
+<p>Envía ena cadena determinada a la consola.</p>
+
+<pre class="eval">void log(in AString aMsg)
+</pre>
+
+<h6 id="Par.C3.A1metros" name="Par.C3.A1metros">Parámetros</h6>
+
+<dl>
+ <dt>aMsg</dt>
+ <dd>El texto a enviar a la consola.</dd>
+</dl>
+
+<h6 id="Valor_devuelto" name="Valor_devuelto">Valor devuelto</h6>
+
+<p> </p>
+
+<h3 id="open.28.29" name="open.28.29">open()</h3>
+
+<p>Abre la ventana de la consola de errores. Se pone el foco en la ventana de la consola si ya está abierta:</p>
+
+<pre class="eval">void open()
+</pre>
+
+<h6 id="Par.C3.A1metros_2" name="Par.C3.A1metros_2">Parámetros</h6>
+
+<h6 id="Valor_devuelto_2" name="Valor_devuelto_2">Valor devuelto</h6>