[richfaces-svn-commits] JBoss Rich Faces SVN: r4859 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Dec 14 10:56:41 EST 2007
Author: smukhina
Date: 2007-12-14 10:56:41 -0500 (Fri, 14 Dec 2007)
New Revision: 4859
Modified:
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
Log:
incorrect symbols are fixed
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14 15:51:09 UTC (rev 4858)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14 15:56:41 UTC (rev 4859)
@@ -100,7 +100,7 @@
</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>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">
+ <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">
<property><a4j:outputPanel></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2007-12-14 15:51:09 UTC (rev 4858)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolTip.xml 2007-12-14 15:56:41 UTC (rev 4859)
@@ -157,7 +157,7 @@
<para>Here, the attribute <emphasis><property>"for"</property></emphasis> of a <emphasis role="bold">
<property><rich:tooltip></property>
- </emphasis> component is required. Whithout it an example doesn’t work because HTML elements aren't presented in component tree built by facelets.
+ </emphasis> component is required. Whithout it an example doesn't work because HTML elements aren't presented in component tree built by facelets.
</para>
<para>
More information about the richfaces-svn-commits
mailing list