[richfaces-svn-commits] JBoss Rich Faces SVN: r5999 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Feb 11 05:52:07 EST 2008
Author: cluts
Date: 2008-02-11 05:52:07 -0500 (Mon, 11 Feb 2008)
New Revision: 5999
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for scrollableDataTable
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-02-11 10:51:54 UTC (rev 5998)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-02-11 10:52:07 UTC (rev 5999)
@@ -71,7 +71,7 @@
<section>
<title>Details of Usage</title>
<para> The component represents on a page as a scrollable table with some fixed (non-scrollable)
- rows ( with header and footer) and columns. Like other tables <rich:scrollableDataTable> also has optional footer and header that could be implemented using the corresponding facets. Columns of the table are optionally resizable. Resizing is
+ rows ( with header and footer) and columns. Like other tables <emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> also has optional footer and header that could be implemented using the corresponding facets. Columns of the table are optionally resizable. Resizing is
available using "drag and drop" of the column vertical borders. There is possibility to expand
or collapse the columns through JS API on the client side. You can define the number of the
fixed columns from the left side using attribute <emphasis>
@@ -97,7 +97,7 @@
</itemizedlist> It's possible to sort the table content after clicks on the header. The
feature is optional. Every column should be pointed to the comparator method that is used
for sorting the table. In case the
- <property><rich:scrollableDataTable></property> is already sorted by some column
+ <emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> is already sorted by some column
and the header of this column has been clicked again - the sorting is reversed. </para>
<para>
@@ -623,7 +623,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/scrollableDataTableStyle.png"/>
More information about the richfaces-svn-commits
mailing list