[richfaces-svn-commits] JBoss Rich Faces SVN: r3005 - trunk/docs/userguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Sep 19 12:43:18 EDT 2007


Author: vkorluzhenko
Date: 2007-09-19 12:43:17 -0400 (Wed, 19 Sep 2007)
New Revision: 3005

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-391,
http://jira.jboss.com/jira/browse/RF-389 - added new questions

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-09-19 16:42:08 UTC (rev 3004)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml	2007-09-19 16:43:17 UTC (rev 3005)
@@ -164,9 +164,9 @@
                         suggestion list doesn&apos;t show since it is behind the modalPanel.</title>
                 <para>To solve this problem you should use the latest versions of RichFaces.</para>
                 <para> Most important links for RichFaces can be found <ulink
-                        url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=104575"
-                        >here</ulink>.</para>
-                
+                                url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=104575"
+                                >here</ulink>.</para>
+
         </section>
 
         <section>
@@ -371,6 +371,15 @@
         </section>
 
         <section>
+                <?dbhtml filename="Howtonavigatefromonetabtoanother.html"?>
+                <title>How to navigate from one tab to another using buttons (apart from tabPanel
+                        functionality)?</title>
+                <para> For necessary information you can see <ulink
+                                url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4085931#4085931"
+                                >RichFaces Users Forum</ulink>.</para>
+        </section>
+
+        <section>
                 <?dbhtml filename="Howtoretrievethecurrentvalue.html"?>
                 <title>How to retrieve the current value from the inputNumberSlider?</title>
                 <para>To catch the value of the inputNumberSlider from the JavaScrip, use the
@@ -493,16 +502,16 @@
 
         <section>
                 <?dbhtml filename="HowtoExpand/CollapseTreeNodesfromcode.html"?>
-                <title>How to Expand/Collapse Tree Nodes from code?</title>
+                <title>How to expand/collapse tree nodes from code?</title>
                 <para>The answer could be found <ulink
                                 url="http://labs.jboss.com/wiki/ExpandCollapseTreeNodes"
                         >here</ulink>.</para>
         </section>
-        
+
         <section>
                 <?dbhtml filename="HowtouseJavaScriptAPI.html"?>
                 <title>How to use JavaScript API?</title>
-                <para>The simple code is placed below:</para> 
+                <para>The simple code is placed below:</para>
                 <para>
                         <emphasis role="bold">Example:</emphasis>
                 </para>
@@ -522,8 +531,28 @@
 ...
 ]]></programlisting>
         </section>
-        
 
+        <section>
+                <?dbhtml filename="HowtoloadtheScriptaculouslibrary.html"?>
+                <title>How to load the Scriptaculous library shipped with RichFaces?</title>
+                <para>To load the Scriptaculous library shipped with RichFaces use <emphasis
+                        role="bold">&lt;a4j:loadScript&gt;</emphasis> tag.</para>
+                <para>For more information see <ulink
+                        url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=119044"
+                        >RichFaces Users Forum</ulink>.</para>
+        </section>
+
+        <section>
+                <?dbhtml filename="Howtosaveeffectstatus.html"?>
+                <title>How to save &lt;rich:effect&gt; status?</title>
+                <para><emphasis role="bold">&lt;rich:effect&gt;</emphasis> component has
+                        several callback methods such as beforeStart, afterFinish. You can use them
+                        to save the status.</para>
+                <para> See also <ulink
+                                url="http://wiki.script.aculo.us/scriptaculous/show/CoreEffects"
+                                >core effects</ulink> in scriptaculous.</para>
+        </section>
+
         <section id="DecidingWhatToChangeOnTheServerSide">
                 <?dbhtml filename="DecidingWhatToChangeOnTheServerSide.html"?>
                 <title>What should I change on the server side?</title>




More information about the richfaces-svn-commits mailing list