[richfaces-svn-commits] JBoss Rich Faces SVN: r3025 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Sep 20 12:34:06 EDT 2007
Author: vkorluzhenko
Date: 2007-09-20 12:34:06 -0400 (Thu, 20 Sep 2007)
New Revision: 3025
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - corrected descriptions for classe, tables names and headers.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-09-20 16:33:48 UTC (rev 3024)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-09-20 16:34:06 UTC (rev 3025)
@@ -113,34 +113,36 @@
</section>
<section>
- <title>Definition custom style classes</title>
+ <title>Definition of Custom Style Classes</title>
+
+ <para>On the screenshot there are classes names that define styles for component elements.</para>
+
<figure>
- <title>dataList style classes</title>
+ <title>Style classes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/datalist2.gif"/>
</imageobject>
</mediaobject>
</figure>
- <para>On the screenshot there are classes names defining specified elements.</para>
<table>
- <title>Component skin class</title>
+ <title>Classes names that define a list appearance</title>
<tgroup cols="2">
<thead>
<row>
<entry>Class name</entry>
- <entry>Class description</entry>
+ <entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>rich-datalist</entry>
- <entry>Wrapping class for the component</entry>
+ <entry>Defines styles for a wrapping element of the component</entry>
</row>
<row>
<entry>rich-list-item</entry>
- <entry>Customization class for string list</entry>
+ <entry>Defines styles for a list string</entry>
</row>
</tbody>
</tgroup>
More information about the richfaces-svn-commits
mailing list