[richfaces-svn-commits] JBoss Rich Faces SVN: r6448 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 29 08:33:28 EST 2008
Author: smukhina
Date: 2008-02-29 08:33:28 -0500 (Fri, 29 Feb 2008)
New Revision: 6448
Modified:
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
http://jira.jboss.com/jira/browse/RF-2174
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-02-29 12:56:39 UTC (rev 6447)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-02-29 13:33:28 UTC (rev 6448)
@@ -48,7 +48,7 @@
</table>
<section>
<title>Creating the Component with a Page Tag</title>
- <para>Here is a simple example as it could be used on a page: </para>
+ <para>To create the simplest variant on a page use the following syntax:</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -109,7 +109,7 @@
<para>
The <emphasis role="bold">
<property><rich:pickList></property></emphasis>
- component provides changing sizes of lists by using such attributes as:
+ component provides resizing of lists by using such attributes as:
<itemizedlist>
<listitem>
<emphasis>
@@ -751,10 +751,10 @@
</mediaobject>
</figure>
- <para>In the example the background color for lists was changed.</para>
+ <para>In the example the background color for lists is changed.</para>
<para>Also it’s possible to change styles of particular <emphasis role="bold"
- ><property><rich:pickList></property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
+ ><property><rich:pickList></property></emphasis> component. In this case you should create own style classes and use them in the corresponding <emphasis role="bold"
><property><rich:pickList></property></emphasis> <property>styleClass</property> attributes. An example is placed below:</para>
<para>
@@ -785,7 +785,7 @@
</mediaobject>
</figure>
- <para>As it could be seen on the picture above, the font style for buttons was changed.</para>
+ <para>As it could be seen on the picture above, the font style for buttons is changed.</para>
</section>
More information about the richfaces-svn-commits
mailing list