Author: smukhina
Date: 2009-04-24 19:03:55 -0400 (Fri, 24 Apr 2009)
New Revision: 13846
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-4616
All Cookbook articles are looked through, links are created to them from dev guide where
it's necessary
syntax of scrollableDataTable.xml is fixed
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2009-04-24 19:25:07
UTC (rev 13845)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2009-04-24 23:03:55
UTC (rev 13846)
@@ -572,5 +572,8 @@
</emphasis> in a context of Extended Data Model see on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
RichFaces Users Forum</ulink>.</para>
+
+ <para>From <ulink
url="http://www.jboss.org/community/docs/DOC-11861">&quo...
border to 0px "</ulink> article you'll figure out how to set
rich:dataTable border to 0px </para>
+ <para><ulink
url="http://www.jboss.org/community/docs/DOC-11860">dataTable Background Out
</ulink> tells you how to remove rich:dataTable header background</para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2009-04-24
19:25:07 UTC (rev 13845)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2009-04-24
23:03:55 UTC (rev 13846)
@@ -90,7 +90,7 @@
<para> It's possible to select the whole row with
onclick on the row or
some set of rows. Selection is optional and availability of
such
feature is defined on the component. There are two ways to
select a
- few rows: <itemizedlist>
+ few rows: </para> <itemizedlist>
<listitem>
<para>Just clicking the columns
one by one.</para>
</listitem>
@@ -101,16 +101,17 @@
be selected.</para>
</listitem>
</itemizedlist>
- </para>
+
<para> The columns provides the possibility of
expanding/collapsing on the
- client side through the next JS API: <itemizedlist>
+ client side through the next JS API:</para>
<itemizedlist>
<listitem>
<para><code>collapse(columnId)</code> - Performs
the collapse action for the column
with
the corresponding id</para>
</listitem>
- </itemizedlist> It's possible to sort the
table content after
+ </itemizedlist>
+ <para> 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 <emphasis role="bold">
@@ -150,7 +151,7 @@
<para>This attribute is a reference to object to the instance
of
<ulink
url="http://www.jboss.org/file-access/default/members/jbossrichfaces...
<code>org.richfaces.model.selection.Selection</code></ulink>.
- interface</para>
+ interface
interface, containing current collection of objects
selected by you.</para>
@@ -230,7 +231,7 @@
<para> The <emphasis role="bold">
<property><rich:scrollableDataTable></property>
</emphasis> component has the following extra
attributes for event
- processing on the client: <itemizedlist>
+ processing on the client:</para>
<itemizedlist>
<listitem>
<para>
<emphasis>
@@ -274,7 +275,7 @@
</para>
</listitem>
</itemizedlist>
- </para>
+
<para>Information about sorting and filtering you can find in
RichFaces Developer guide section about<link linkend="sort"
sorting</link>.</para>
<para> Information about the <emphasis>
@@ -284,7 +285,7 @@
<note>
<title>Note:</title>
<para>
- If you want to use specific features such as pagination on database
level you should pass to the
+ If you want to use specific features such as pagination on database
level you should pass to the
<emphasis><property>"value"</property></emphasis>
of the
<emphasis
role="bold"><property><rich:scrollableDataTable></property></emphasis>
component
an object which class extends
<code>org.richfaces.model.ScrollableTableDataModel</code>.
@@ -787,6 +788,9 @@
On the component LiveDemo page</ulink> you can see the example
of <emphasis
role="bold">
<property><rich:scrollableDataTable></property>
- </emphasis> usage. </para>
+ </emphasis> usage. </para>
+ <para>Cookbook article <ulink
url="http://www.jboss.org/community/docs/DOC-11857">
+ Scrollable dataTable Selection Usage
+ </ulink> provides a simple example of how you can use the
"selection" attribute in order to get row selection in rich:scrollableDataTable.
</para>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-04-24
19:25:07 UTC (rev 13845)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-04-24
23:03:55 UTC (rev 13846)
@@ -535,11 +535,21 @@
"<ulink
url="http://docs.jboss.org/tools/movies/demos/rich_faces_demo/rich_f...
to Configure Maven for RichFaces</ulink>" article shortly discusses Maven
configuration for RichFaces.
</para>
</listitem>
+ <listitem>
+ <para>
+ "<ulink
url="http://www.jboss.org/community/docs/DOC-13446">
+ RichFaces Release Procedure
+ </ulink>" article describes how
RichFaces release builds are made.
+ </para>
+ </listitem>
+
</itemizedlist>
<para>Read also the <ulink
url="http://mkblog.exadel.com/?p=110">quick overview</ulink> to
"Practical RichFaces " book by Max Katz at his blog.</para>
+
+
</section>
</chapter>