[richfaces-svn-commits] JBoss Rich Faces SVN: r4887 - 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
Tue Dec 18 06:10:00 EST 2007


Author: artdaw
Date: 2007-12-18 06:10:00 -0500 (Tue, 18 Dec 2007)
New Revision: 4887

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-1184 - fix Details of Usage according to dev project

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-18 11:03:56 UTC (rev 4886)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-18 11:10:00 UTC (rev 4887)
@@ -100,10 +100,16 @@
                 <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>
+        <para>Controls rendering is based on the <emphasis>
             <property>&quot;controlsType&quot; </property>
         </emphasis> attribute. Possible types are button or none.
-        </para-->
+        </para>
+        <note>
+            <para>
+                Currently the button controls type is based on &lt;div&gt; element.     
+            </para>
+        </note>
+        
 
         <para> The <emphasis>
                 <property>&quot;selection&quot; </property>
@@ -137,12 +143,15 @@
         <para> The <emphasis role="bold">
                 <property>&lt;rich:orderingList&gt;</property>
             </emphasis> component allows to use <emphasis>
-                <property>&quot;header&quot;</property>
+                <property>&quot;caption&quot;</property>
             </emphasis>
             <!--and <emphasis>
                 <property>&quot;footer&quot; </property>
             </emphasis> -->
-            facets. </para>
+            facet.
+            A caption could be also defined with  <emphasis>
+                <property>&quot;captionLabel&quot;</property></emphasis> attribute.           
+        </para>
 
         <!-- ADD SCREENSHOT-->
 




More information about the richfaces-svn-commits mailing list