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'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&op=viewtopic&...
- >here</ulink>.</para>
-
+
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
+
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&op=viewtopic&...
+ >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"><a4j:loadScript></emphasis>
tag.</para>
+ <para>For more information see <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >RichFaces Users Forum</ulink>.</para>
+ </section>
+
+ <section>
+ <?dbhtml filename="Howtosaveeffectstatus.html"?>
+ <title>How to save <rich:effect>
status?</title>
+ <para><emphasis
role="bold"><rich:effect></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>