[richfaces-svn-commits] JBoss Rich Faces SVN: r4516 - 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
Wed Dec 5 16:22:25 EST 2007


Author: artdaw
Date: 2007-12-05 16:22:25 -0500 (Wed, 05 Dec 2007)
New Revision: 4516

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-1184 - add Skin Parameters Redefinition; add controlsPosition, controlsLayout attributes; start edit description of 'selection' attribute

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-05 20:28:05 UTC (rev 4515)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-05 21:22:25 UTC (rev 4516)
@@ -94,20 +94,25 @@
 
         <!-- attributes of component  orderingList -->
 
-        <para> The <emphasis>
+        <para>The <emphasis>
                 <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>The <emphasis>
-                <property>&quot;selection&quot; </property>
-            </emphasis> attribute is bound to a list, which stores a set of indexes for rows
-            selected. If the index from a set is out of bounds, it should be ignored. </para>
+            </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, none.</para>
+            <property>&quot;controlsType&quot; </property>
+        </emphasis> attribute. Possible types are button, link, 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. 
+        </para>
+              
+        <para>
             <emphasis role="bold">Example:</emphasis>
         </para>
         <programlisting role="XML"><![CDATA[...
@@ -204,7 +209,7 @@
 ...]]></programlisting>
 
         <para>The position of the controls relatively to a list could be customized with: <itemizedlist>
-                <!--listitem>
+                <listitem>
                     <emphasis>
                         <property>&quot;controlsPosition&quot;</property>
                     </emphasis> attribute. Possible values: <itemizedlist>
@@ -213,8 +218,8 @@
                             list </listitem>
                         <listitem>top - controls could be rendered above the list </listitem>
                         <listitem>bottom - controls could be rendered below the list </listitem>
-                    
-                </listitem-->
+                    </itemizedlist>
+                </listitem>
                 <listitem><emphasis>
                         <property> &quot;controlsHorizontalAlign&quot;</property>
                     </emphasis> attribute. Possible values: <itemizedlist>
@@ -232,14 +237,13 @@
                         </listitem>
                     </itemizedlist>
                 </listitem>
-                <!--listitem><emphasis>
+                <listitem><emphasis>
                         <property>&quot;controlsLayout&quot;</property>
                     </emphasis> attribute. Possible values: <itemizedlist>
                         <listitem>inline - controls defined one by one in line </listitem>
                         <listitem>block - controls defined in column </listitem>
-                        <listitem/>
                     </itemizedlist>
-                </listitem-->
+                </listitem>
             </itemizedlist>
         </para>
 
@@ -357,7 +361,7 @@
         <title>JavaScript API</title>
         <table>
             <title>JavaScript API</title>
-            <tgroup cols="3">
+            <tgroup cols="2">
                 <thead>
                     <row>
                         <entry>Function</entry>
@@ -451,33 +455,145 @@
         </para>
     </section>
 
-    <!--section>
+    <section>
         <title>Skin Parameters Redefinition</title>
+        <table>
+            <title>Skin parameters redefinition for caption element</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>headerFamilyFont</entry>
+                        <entry>font-family</entry>
+                    </row>
+                    <row>
+                        <entry>headerSizeFont</entry>
+                        <entry>font-size</entry>
+                    </row>
+                    <row>
+                        <entry>headerWeightFont</entry>
+                        <entry>font-weight</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
         
         <table>
-            <title>Skin parameters redefinition for a popup element</title>
-            
+            <title>Skin parameters redefinition for row element</title>
             <tgroup cols="2">
                 <thead>
                     <row>
                         <entry>Skin parameters</entry>
-                        
                         <entry>CSS properties</entry>
                     </row>
                 </thead>
-                
                 <tbody>
                     <row>
+                        <entry>headerGradientColor</entry>
+                        <entry>background-color</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+        <table>
+            <title>Skin parameters redefinition for cell element</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>generalTextColor</entry>
+                        <entry>color</entry>
+                    </row>
+                    <row>
+                        <entry>generalFamilyFont</entry>
+                        <entry>font-family</entry>
+                    </row>
+                    <row>
+                        <entry>generalSizeFont</entry>
+                        <entry>font-size</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+        <table>
+            <title>Skin parameters redefinition for selected cell element</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>generalTextColor</entry>
+                        <entry>color</entry>
+                    </row>
+                    <row>
+                        <entry>generalFamilyFont</entry>
+                        <entry>font-family</entry>
+                    </row>
+                    <row>
+                        <entry>generalSizeFont</entry>
+                        <entry>font-size</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+        <table>
+            <title>Skin parameters redefinition for active cell element</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
+                        <entry>generalFamilyFont</entry>
+                        <entry>font-family</entry>
+                    </row>
+                    <row>
+                        <entry>generalSizeFont</entry>
+                        <entry>font-size</entry>
+                    </row>
+                </tbody>
+            </tgroup>
+        </table>
+        
+        <table>
+            <title>Skin parameters redefinition for top, bottom, up, down controls and for controls in disabled state</title>
+            <tgroup cols="2">
+                <thead>
+                    <row>
+                        <entry>Skin parameters</entry>
+                        <entry>CSS properties</entry>
+                    </row>
+                </thead>
+                <tbody>
+                    <row>
                         <entry>panelBorderColor</entry>
-                        
                         <entry>border-color</entry>
                     </row>
-                    
                 </tbody>
             </tgroup>
         </table>
         
-    </section-->
+    </section>
 
     <section>
         <title>Definition of Custom Style Classes</title>




More information about the richfaces-svn-commits mailing list