[richfaces-svn-commits] JBoss Rich Faces SVN: r4873 - branches/3.1.x/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 17 12:20:41 EST 2007


Author: vkorluzhenko
Date: 2007-12-17 12:20:41 -0500 (Mon, 17 Dec 2007)
New Revision: 4873

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-1184 - fixed errors

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml	2007-12-17 17:20:01 UTC (rev 4872)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.desc.xml	2007-12-17 17:20:41 UTC (rev 4873)
@@ -23,7 +23,8 @@
         <listitem>Reordering and sorting possibilities for list items</listitem>
         <!--listitem>Customizable component layout (captions, headers, list items and ordering control set)</listitem-->
         <!--listitem>Disabled/enabled ordering controls</listitem-->
-        <listitem>Multiple selection of list items</listitem>      
+        <listitem>Multiple selection of list items</listitem>
+        <listitem>Keyboard support</listitem>
         <!--listitem>Possibility to manage selection from 
             <itemizedlist>
                 <listitem>Keyboard</listitem>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-17 17:20:01 UTC (rev 4872)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-17 17:20:41 UTC (rev 4873)
@@ -59,7 +59,7 @@
             <f:facet name="header">
 	    <h:outputText value="Name" />
             </f:facet>
-            <h:inputText value="#{item.name}" />
+            <h:inputText value="#{list.name}" />
         </rich:column>
 <rich:orderingList>
 ...]]></programlisting>
@@ -98,21 +98,21 @@
                 <property> &quot;value&quot;</property>
             </emphasis> and <emphasis>
                 <property>&quot;var&quot; </property>
-            </emphasis> attributes are used to access the values of a list. 
-        </para>
-        
-        <para>Controls rendering is based on the <emphasis>
+            </emphasis> attributes are used to access the values of a list. </para>
+
+        <!--para>Controls rendering is based on the <emphasis>
             <property>&quot;controlsType&quot; </property>
-        </emphasis> attribute. Possible types are button<!--, link--> or none.
-        </para>
-            
-        <para>
-            The <emphasis>
+        </emphasis> attribute. Possible types are button or none.
+        </para-->
+
+        <para> The <emphasis>
                 <property>&quot;selection&quot; </property>
-            </emphasis> attribute stores the collection of items selected by user. After submitting the form the current collection is placed in the object's property and then 
-            <emphasis role="bold"><property>&lt;rich:dataTable&gt;</property></emphasis> with selected items will be shown. 
-        </para>
-              
+            </emphasis> attribute stores the collection of items selected by user. In the example
+            below after submitting the form the current collection is placed in the object's
+            property and then <emphasis role="bold">
+                <property>&lt;rich:dataTable&gt;</property>
+            </emphasis> with selected items will be shown. </para>
+
         <para>
             <emphasis role="bold">Example:</emphasis>
         </para>
@@ -137,16 +137,12 @@
         <para> The <emphasis role="bold">
                 <property>&lt;rich:orderingList&gt;</property>
             </emphasis> component allows to use <emphasis>
-                <property>&quot;caption&quot;</property>
-            </emphasis>, <emphasis>
                 <property>&quot;header&quot;</property>
-            </emphasis> 
-            
+            </emphasis>
             <!--and <emphasis>
                 <property>&quot;footer&quot; </property>
-            </emphasis> --> facets. A caption could be also defined with <emphasis>
-                <property>&quot;captionLabel&quot;</property>
-            </emphasis> attribute.</para>
+            </emphasis> -->
+            facets. </para>
 
         <!-- ADD SCREENSHOT-->
 
@@ -176,16 +172,19 @@
 
         <!-- ordering control set-->
         <para>The <emphasis role="bold">
-            <property>&lt;rich:orderingList&gt;</property>
-        </emphasis> component provides the possibility to use <property>ordering controls
-            set</property>, which performs reordering. Every control has possibility to be disabled. 
-        </para>
-        <para>An <property>ordering controls set</property> could be defined with 
-            <emphasis><property>&quot;topControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;bottomControlLabel&quot;</property></emphasis>,
-            <emphasis><property>&quot;upControlLabel&quot;</property></emphasis>, <emphasis><property>&quot;downControlLabel&quot;</property></emphasis>attributes.
-        </para>
-        <para>It is also possible to use
-            <emphasis>
+                <property>&lt;rich:orderingList&gt;</property>
+            </emphasis> component provides the possibility to use <property>ordering controls
+            set</property>, which performs reordering. Every control has possibility to be disabled. </para>
+        <para>An <property>ordering controls set</property> could be defined with <emphasis>
+                <property>&quot;topControlLabel&quot;</property>
+            </emphasis>, <emphasis>
+                <property>&quot;bottomControlLabel&quot;</property>
+            </emphasis>, <emphasis>
+                <property>&quot;upControlLabel&quot;</property>
+            </emphasis>, <emphasis>
+                <property>&quot;downControlLabel&quot;</property>
+            </emphasis>attributes. </para>
+        <para>It is also possible to use <emphasis>
                 <property> &quot;topControl&quot; </property>
             </emphasis>, <emphasis>
                 <property>&quot;topControlDisabled&quot;</property>
@@ -201,8 +200,7 @@
                 <property> &quot;downControl&quot;</property>
             </emphasis> , <emphasis>
                 <property> &quot;downControlDisabled&quot; </property>
-            </emphasis> facets in order to replace the default controls with facets content.
-        </para>
+            </emphasis> facets in order to replace the default controls with facets content. </para>
         <para>
             <emphasis role="bold">Example:</emphasis>
         </para>
@@ -328,12 +326,8 @@
                             already present in a list</entry>
                     </row>
                     <row>
-                        <entry>Space</entry>
-                        <entry>Inverts selection on the active element</entry>
-                    </row>
-                    <row>
                         <entry>Up, Down arrows</entry>
-                        <entry>Changes the active elements to the next or previous in a list</entry>
+                        <entry>Changes the active and selected elements to the next or previous in a list</entry>
                     </row>
                 </tbody>
             </tgroup>
@@ -352,11 +346,11 @@
                 <tbody>
                     <!--Sorting API -->
                     <row>
-                        <entry>Top</entry>
+                        <entry>Page Up</entry>
                         <entry>Moves selected set to the top of a list</entry>
                     </row>
                     <row>
-                        <entry>Bottom</entry>
+                        <entry>Page Down</entry>
                         <entry>Moves selected set to the bottomof a list</entry>
                     </row>
                     <row>
@@ -399,7 +393,7 @@
                         <entry>Inverts current sorting</entry>
                     </row>
                     -->
-                    
+
                     <!--Controls common API -->
                     <row>
                         <entry>Hide()</entry>
@@ -475,7 +469,7 @@
 
     <section>
         <title>Skin Parameters Redefinition</title>
-        
+
         <table>
             <title>Skin parameters redefinition for a wrapper &lt;div&gt; element of a list</title>
             <tgroup cols="2">
@@ -497,7 +491,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a header cell of a list</title>
             <tgroup cols="2">
@@ -524,7 +518,7 @@
                         <entry>headerSizeFont</entry>
                         <entry>font-size</entry>
                     </row>
-                   
+
                     <row>
                         <entry>tableBorderWidth</entry>
                         <entry>border-right-width</entry>
@@ -544,7 +538,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for caption element</title>
             <tgroup cols="2">
@@ -570,7 +564,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for row element</title>
             <tgroup cols="2">
@@ -588,7 +582,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for selected row element</title>
             <tgroup cols="2">
@@ -606,7 +600,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for cell element</title>
             <tgroup cols="2">
@@ -632,7 +626,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for selected cell element</title>
             <tgroup cols="2">
@@ -658,7 +652,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for active cell element</title>
             <tgroup cols="2">
@@ -680,7 +674,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a button</title>
             <tgroup cols="2">
@@ -710,7 +704,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a disabled button</title>
             <tgroup cols="2">
@@ -740,7 +734,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a button highlight</title>
             <tgroup cols="2">
@@ -778,7 +772,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a pressed button</title>
             <tgroup cols="2">
@@ -816,7 +810,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a button content</title>
             <tgroup cols="2">
@@ -838,7 +832,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Skin parameters redefinition for a button selection</title>
             <tgroup cols="2">
@@ -856,9 +850,10 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
-            <title>Skin parameters redefinition for top, bottom, up, down controls and for controls in disabled state</title>
+            <title>Skin parameters redefinition for top, bottom, up, down controls and for controls
+                in disabled state</title>
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -874,7 +869,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
     </section>
 
     <section>
@@ -885,7 +880,7 @@
 
         <figure>
             <title>Style classes</title>
-            
+
             <mediaobject>
                 <imageobject>
                     <imagedata fileref="images/orderingList_classes.png" scalefit="1"/>
@@ -909,11 +904,13 @@
                     </row>
                     <row>
                         <entry>rich-ordering-list-output</entry>
-                        <entry>Defines styles for a wrapper &lt;div&gt; element of a list</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of a
+                        list</entry>
                     </row>
                     <row>
                         <entry>rich-ordering-list-items</entry>
-                        <entry>Defines styles for a wrapper table element of items in the list</entry>
+                        <entry>Defines styles for a wrapper table element of items in the
+                        list</entry>
                     </row>
                     <row>
                         <entry>rich-ordering-list-content</entry>
@@ -921,11 +918,13 @@
                     </row>
                     <row>
                         <entry>rich-ordering-list-header</entry>
-                        <entry>Defines styles for a wrapper &lt;div&gt; element  for a list header</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element for a list
+                            header</entry>
                     </row>
                     <row>
                         <entry>rich-ordering-list-table-header</entry>
-                        <entry>Defines styles for a wrapper &lt;tr&gt; element for a list header</entry>
+                        <entry>Defines styles for a wrapper &lt;tr&gt; element for a list
+                            header</entry>
                     </row>
                     <row>
                         <entry>rich-ordering-list-table-header-cell</entry>
@@ -934,7 +933,7 @@
                 </tbody>
             </tgroup>
         </table>
-        
+
         <table>
             <title>Classes names that define a caption representation</title>
             <tgroup cols="2">
@@ -961,7 +960,7 @@
             </tgroup>
         </table>
 
-   
+
         <table>
             <title>Classes names that define rows representation</title>
             <tgroup cols="2">
@@ -1057,18 +1056,20 @@
                     </row>
                     <row>
                         <entry>rich-ordering-list-button-valign</entry>
-                        <entry>Defines styles for a wrapper &lt;td&gt; element for buttons vertical align</entry>
+                        <entry>Defines styles for a wrapper &lt;td&gt; element for buttons
+                            vertical align</entry>
                     </row>
                     <row>
                         <entry>rich-ordering-list-button-layout</entry>
-                        <entry>Defines styles for a wrapper &lt;div&gt; element of buttons layout</entry>
+                        <entry>Defines styles for a wrapper &lt;div&gt; element of buttons
+                            layout</entry>
                     </row>
                 </tbody>
             </tgroup>
         </table>
-        
-        
-        
+
+
+
         <table>
             <title>Classes names that define controls representation</title>
             <tgroup cols="2">
@@ -1117,13 +1118,14 @@
                 <property>&lt;rich:orderingList&gt;</property>
             </emphasis> component attributes.</para>
     </section>
-    
+
     <section>
         <title>Relevant Resources Links</title>
-        <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/orderingList.jsf?c=orderingList"
-            >Here</ulink> you can see an example of <emphasis role="bold">
+        <para><ulink
+                url="http://livedemo.exadel.com/richfaces-demo/richfaces/orderingList.jsf?c=orderingList"
+                >Here</ulink> you can see an example of <emphasis role="bold">
                 <property>&lt;rich:orderingList&gt;</property>
             </emphasis> usage and sources for the given example. </para>
     </section>
-    
+
 </section>




More information about the richfaces-svn-commits mailing list