[richfaces-svn-commits] JBoss Rich Faces SVN: r13846 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 24 19:03:56 EDT 2009


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&amp;op=viewtopic&amp;t=115636"
         >RichFaces Users Forum</ulink>.</para>
+       
+    <para>From <ulink url="http://www.jboss.org/community/docs/DOC-11861">&quot;rich:dataTable border to 0px &quot;</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&apos;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&apos;s possible to sort the table content after
+                              </itemizedlist> 
+                              <para> It&apos;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/freezone/docs/apidoc_framework/org/richfaces/model/selection/Selection.html">     <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>&lt;rich:scrollableDataTable&gt;</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>&quot;value&quot;</property></emphasis> of the 
                     		<emphasis role="bold"><property>&lt;rich:scrollableDataTable&gt;</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>&lt;rich:scrollableDataTable&gt;</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 @@
                                           &quot;<ulink url="http://docs.jboss.org/tools/movies/demos/rich_faces_demo/rich_faces_demo.htm">How to Configure Maven for RichFaces</ulink>&quot; article shortly discusses Maven configuration for RichFaces.
                                 </para>
                       </listitem>
+                      <listitem>
+                                <para>
+                                          &quot;<ulink url="http://www.jboss.org/community/docs/DOC-13446">
+                                                    RichFaces Release Procedure
+                                          </ulink>&quot; 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>




More information about the richfaces-svn-commits mailing list