Author: artdaw
Date: 2007-12-14 10:21:34 -0500 (Fri, 14 Dec 2007)
New Revision: 4857
Modified:
branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml
Log:
incorrect symbols are fixed
Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14
15:21:26 UTC (rev 4856)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14
15:21:34 UTC (rev 4857)
@@ -99,7 +99,7 @@
none
</listitem>
</itemizedlist>
- <para>If layout="block" is chosen, the component is rendered
as a pair of opening and closing <emphasis
role="bold"><property><div></property></emphasis>
tag, to which it’s possible to apply any available style attributes available for block
tags. </para>
+ <para>If layout="block" is chosen, the component is rendered
as a pair of opening and closing <emphasis
role="bold"><property><div></property></emphasis>
tag, to which it's possible to apply any available style attributes available for
block tags. </para>
<para>Layout="none" helps to avoid an unnecessary tag round a
context that could or couldn't be rendered according to the defined
<emphasis><property>"rendered"</property></emphasis>
attribute conditions. If an inner context isn’t rendered, <emphasis
role="bold">
<property><a4j:outputPanel></property>
</emphasis> is rendered as a <emphasis
role="bold"><property><span></property></emphasis>
tag with the id equal to an id of a child component and "display:none"
style. If a child component is rendered, <emphasis role="bold">
Show replies by date