[richfaces-svn-commits] JBoss Rich Faces SVN: r4845 - 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 08:10:58 EST 2007
Author: smukhina
Date: 2007-12-14 08:10:58 -0500 (Fri, 14 Dec 2007)
New Revision: 4845
Modified:
trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/effect.xml
trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
Log:
incorrect symbols are fixed
Modified: trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2007-12-14 13:02:49 UTC (rev 4844)
+++ trunk/docs/userguide/en/src/main/docbook/included/contextMenu.xml 2007-12-14 13:10:58 UTC (rev 4845)
@@ -74,7 +74,7 @@
<para> It's possible to define the direction for list appear in the <emphasis>
<property>"direction"</property>
- </emphasis>attribute. If the accordance of the popup corner to corner of the label isn’t
+ </emphasis>attribute. If the accordance of the popup corner to corner of the label isn't
set <emphasis>
<property>"direction"</property>
</emphasis> attribute must set next accordances: </para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-12-14 13:02:49 UTC (rev 4844)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-12-14 13:10:58 UTC (rev 4845)
@@ -189,7 +189,7 @@
]]></programlisting>
<para> If you do use the <emphasis role="bold">
<property><rich:effect></property>
- </emphasis>component, there is no need to include this library because it’s already here. </para>
+ </emphasis>component, there is no need to include this library because it's already here. </para>
<para>For more information look at <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&t=119044">RichFaces
Modified: trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2007-12-14 13:02:49 UTC (rev 4844)
+++ trunk/docs/userguide/en/src/main/docbook/included/listShuttle.xml 2007-12-14 13:10:58 UTC (rev 4845)
@@ -54,7 +54,7 @@
</emphasis> and <emphasis>
<property>"target"</property>
</emphasis> facets. It is possible to use the facets only together defined. In case the
- facets definition skipped – both lists contain the columns defined nested to listShuttle
+ facets definition skipped both lists contain the columns defined nested to listShuttle
component.</para>
<para>Here is a simple example as it could be used on a page.</para>
<para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14 13:02:49 UTC (rev 4844)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-12-14 13:10:58 UTC (rev 4845)
@@ -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">
More information about the richfaces-svn-commits
mailing list