[richfaces-svn-commits] JBoss Rich Faces SVN: r4810 - 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
Thu Dec 13 08:42:01 EST 2007


Author: vkorluzhenko
Date: 2007-12-13 08:42:01 -0500 (Thu, 13 Dec 2007)
New Revision: 4810

Modified:
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/contextMenu.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/insert.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
   branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml
Log:
http://jira.jboss.com/jira/browse/RF-396 - added section, improved description.

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml	2007-12-13 13:40:48 UTC (rev 4809)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/componentControl.xml	2007-12-13 13:42:01 UTC (rev 4810)
@@ -62,7 +62,7 @@
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="XML"><![CDATA[...
-      <rich:componentControl attachTo="doExpandCalendarID" for="ccCalendarID" event="onclick" operation="doExpand" />
+      <rich:componentControl attachTo="doExpandCalendarID" for="ccCalendarID" event="onclick" operation="Expand" />
 ...]]></programlisting>
   </section>
 
@@ -183,10 +183,27 @@
             <f:param name="cmdParam" value="c" />
         </rich:menuItem>
     </rich:contextMenu>
-    <rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" disableDefault="true" operation="doShow" />
+    <rich:componentControl event="oncontextmenu" attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID" disableDefault="true" operation="Show" />
 ...
 ]]></programlisting-->
 
   </section>
-
+  
+  <section>
+    <title>Look-and-Feel Customization</title>
+    
+    <para><emphasis role="bold">
+      <property>&lt;rich:componentControl&gt;</property>
+    </emphasis> has no skin parameters and custom <property>style classes</property>, as the
+      component isn&apos;t visual.</para>
+  </section>
+  
+  <section>
+    <title>Relevant Resources Links</title>
+    <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/componentControl.jsf?c=componentControl"
+      >Here</ulink> you can see an example of <emphasis role="bold">
+        <property>&lt;rich:componentControl&gt;</property>
+      </emphasis> usage and sources for the given example. </para>
+  </section>
+  
 </section>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/contextMenu.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/contextMenu.xml	2007-12-13 13:40:48 UTC (rev 4809)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/contextMenu.xml	2007-12-13 13:42:01 UTC (rev 4810)
@@ -108,7 +108,7 @@
 	              <h:outputText value="Packages" />
 	      </f:facet>
 	      <h:outputText value="#{row.first}" />
-	      <rich:componentControl event="oncontextmenu" attachTo="c1" for=":f:m" operation="doShow">
+	      <rich:componentControl event="oncontextmenu" attachTo="c1" for=":f:m" operation="Show">
 	              <f:param name="param" value="#{row.first}" />
 	      </rich:componentControl>
         </rich:column>
@@ -294,22 +294,22 @@
                 <tbody>
                     <!--Sorting API -->
                     <row>
-                        <entry>doHide()</entry>
+                        <entry>Hide()</entry>
                         <entry>Hide component or group</entry>
                         <entry>Component, group</entry>
                     </row>
                     <row>
-                        <entry>doShow()</entry>
+                        <entry>Show()</entry>
                         <entry>Show component or group</entry>
                         <entry>Component, group</entry>
                     </row>
                     <!--row>
-                        <entry>doEnable()</entry>
+                        <entry>Enable()</entry>
                         <entry>Enable component, item, group</entry>
                         <entry>Component, Item, Group</entry>
                     </row>
                     <row>
-                        <entry>doDisable()</entry>
+                        <entry>Disable()</entry>
                         <entry>Disable component, item or group</entry>
                         <entry>Component, Item, Group</entry>
                     </row-->
@@ -435,4 +435,13 @@
             <property>&lt;rich:contextMenu&gt;</property>
         </emphasis> component attributes.</para> 
     </section>
+    
+    <section>
+        <title>Relevant Resources Links</title>
+        <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/contextMenu.jsf?c=contextMenu"
+            >Here</ulink> you can see an example of <emphasis role="bold">
+                <property>&lt;rich:contextMenu&gt;</property>
+            </emphasis> usage and sources for the given example. </para>
+    </section>
+    
 </section>

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/insert.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/insert.xml	2007-12-13 13:40:48 UTC (rev 4809)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/insert.xml	2007-12-13 13:42:01 UTC (rev 4810)
@@ -116,7 +116,17 @@
       style classes for source code of particular language could be changed to your names, wich are
       used by the <ulink url="https://jhighlight.dev.java.net/">JHighlight</ulink> library.</para>
   </section>
+  
   <section>
+    <title>Look-and-Feel Customization</title>
+    
+    <para><emphasis role="bold">
+      <property>&lt;rich:insert&gt;</property>
+    </emphasis> has no skin parameters and custom <property>style classes</property>, as the
+      component doesn&apos;t have own visual representation.</para>
+  </section>
+  
+  <section>
     <title>Relevant Resources Links</title>
     <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/insert.jsf?c=insert"
       >Here</ulink> you can see the example of <emphasis role="bold"

Modified: branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-13 13:40:48 UTC (rev 4809)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/listShuttle.xml	2007-12-13 13:42:01 UTC (rev 4810)
@@ -319,25 +319,25 @@
                     <!--Sorting API -->
                     <!--
                     <row>
-                        <entry>doSortAscending()</entry>
+                        <entry>SortAscending()</entry>
                         <entry>Sorts items in the list ascending</entry>
                     </row>
                     <row>
-                        <entry>doSortDescending()</entry>
+                        <entry>SortDescending()</entry>
                         <entry>Sorts items in the list descending</entry>
                     </row>
                     <row>
-                        <entry>doSort()</entry>
+                        <entry>Sort()</entry>
                         <entry>Inverts current sorting</entry>
                     </row>
                     -->
                     <!--Controls common API -->
                     <row>
-                        <entry>doHide()</entry>
+                        <entry>Hide()</entry>
                         <entry>Hides ordering control</entry>
                     </row>
                     <row>
-                        <entry>doShow()</entry>
+                        <entry>Show()</entry>
                         <entry>Shows ordering control</entry>
                     </row>
                     <row>
@@ -345,11 +345,11 @@
                         <entry>Checks if current control is shown</entry>
                     </row>
                     <row>
-                        <entry>doEnable()</entry>
+                        <entry>Enable()</entry>
                         <entry>Enables ordering control</entry>
                     </row>
                     <row>
-                        <entry>doDisable()</entry>
+                        <entry>Disable()</entry>
                         <entry>Disables ordering control</entry>
                     </row>
                     <row>
@@ -1080,4 +1080,13 @@
                 <property>&lt;rich:listShuttle&gt;</property>
             </emphasis> component attributes.</para>
     </section>
+    
+    <section>
+        <title>Relevant Resources Links</title>
+        <para><ulink url="http://livedemo.exadel.com/richfaces-demo/richfaces/listShuttle.jsf?c=listShuttle"
+            >Here</ulink> you can see an example of <emphasis role="bold">
+                <property>&lt;rich:listShuttle&gt;</property>
+            </emphasis> usage and sources for the given example. </para>
+    </section>
+    
 </section>

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-13 13:40:48 UTC (rev 4809)
+++ branches/3.1.x/docs/userguide/en/src/main/docbook/included/orderingList.xml	2007-12-13 13:42:01 UTC (rev 4810)
@@ -387,26 +387,26 @@
                     <!--Sorting API -->
                     <!--
                     <row>
-                        <entry>doSortAscending()</entry>
+                        <entry>SortAscending()</entry>
                         <entry>Sorts items in the list ascending</entry>
                     </row>
                     <row>
-                        <entry>doSortDescending()</entry>
+                        <entry>SortDescending()</entry>
                         <entry>Sorts items in the list descending</entry>
                     </row>
                     <row>
-                        <entry>doSort()</entry>
+                        <entry>Sort()</entry>
                         <entry>Inverts current sorting</entry>
                     </row>
                     -->
                     
                     <!--Controls common API -->
                     <row>
-                        <entry>doHide()</entry>
+                        <entry>Hide()</entry>
                         <entry>Hides ordering control</entry>
                     </row>
                     <row>
-                        <entry>doShow()</entry>
+                        <entry>Show()</entry>
                         <entry>Shows ordering control</entry>
                     </row>
                     <row>
@@ -414,11 +414,11 @@
                         <entry>Checks if current control is shown</entry>
                     </row>
                     <row>
-                        <entry>doEnable()</entry>
+                        <entry>Enable()</entry>
                         <entry>Enables ordering control</entry>
                     </row>
                     <row>
-                        <entry>doDisable()</entry>
+                        <entry>Disable()</entry>
                         <entry>Disables ordering control</entry>
                     </row>
                     <row>
@@ -762,4 +762,13 @@
                 <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">
+                <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