Files
smarty/docs/es/designers/language-custom-functions/language-function-debug.xml
2005-11-08 23:37:29 +00:00

66 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<sect1 id="language.function.debug">
<title>{debug}</title>
<informaltable frame="all">
<tgroup cols="5">
<colspec colname="param" align="center" />
<colspec colname="type" align="center" />
<colspec colname="required" align="center" />
<colspec colname="default" align="center" />
<colspec colname="desc" />
<thead>
<row>
<entry>Nombre del Atributo</entry>
<entry>Tipo</entry>
<entry>Requerido</entry>
<entry>Default</entry>
<entry>Descripción</entry>
</row>
</thead>
<tbody>
<row>
<entry>output</entry>
<entry>string</entry>
<entry>No</entry>
<entry><emphasis>javascript</emphasis></entry>
<entry>Tipo de salida, html o javascript</entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
{debug} Muestra el debug de la consola en la pagina.
Esto funciona independente de la definición de
<link linkend="chapter.debugging.console">debug</link>.
Ya que este es ejecutado en tiempo de ejecución, este solo
puede mostrar las variables definidas, no en el template, es
decir en uso. Usted puede ver todas las variables disponibles
del template con scope.
</para>
<para>
Ver también <link linkend="chapter.debugging.console">Debugging console</link>
</para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->