Author: smukhina
Date: 2007-07-10 04:30:40 -0400 (Tue, 10 Jul 2007)
New Revision: 1569
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-10 08:29:27 UTC (rev
1568)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-10 08:30:40 UTC (rev
1569)
@@ -46,15 +46,15 @@
<section>
<title>Key attributes and ways of usage</title>
<para>Usage of the appropriate component attributes could change a
representation level of debug information as well as the hot key for a window
opening.</para>
- <para>The hot key could be changed with the <emphasis
role="italic">
+ <para>The hot key could be changed with the <emphasis >
<property>"hotkey"</property>
</emphasis>
attribute, where it's necessary to define one letter that together with
"CTRL+SHIFT" opens a window.</para>
- <para>The <emphasis role="italic">
+ <para>The <emphasis >
<property>"level"</property>
</emphasis>
attribute with several possible values (FATAL, ERROR, WARN, INFO, ALL) could change a
logging level.</para>
- <para>The log could be generated not only in a new window, but also on the
current page in a separate <emphasis
role="bold"><property><div></property></emphasis>,
this is also controlled with the <emphasis role="italic">
+ <para>The log could be generated not only in a new window, but also on the
current page in a separate <emphasis
role="bold"><property><div></property></emphasis>,
this is also controlled with the <emphasis >
<property>"popup"</property>
</emphasis>
attribute on the component. </para>
@@ -64,6 +64,5 @@
<title>Note:</title>
<para><emphasis
role="bold"><a4j:log></emphasis> is getting renewed
automatically after execution of ajax requests. Don't renew <emphasis
role="bold"><a4j:log></emphasis> by using
reRender!</para>
</note>
-
</section>
</chapter>