Author: vkorluzhenko
Date: 2007-07-10 07:08:00 -0400 (Tue, 10 Jul 2007)
New Revision: 1572
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-389
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-10 08:34:01 UTC
(rev 1571)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-07-10 11:08:00 UTC
(rev 1572)
@@ -120,9 +120,9 @@
role="bold"><rich:modalPanel></emphasis> and perform
navigation inside it, as it's shown in the example
below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<f:verbatim>
<a
href="javascript:Richfaces.showModalPanel('_panel',{left:'auto',
top:'auto'})">Show Modal Panel</a>
@@ -164,9 +164,11 @@
...
]]></programlisting>
- <para>For information, follow the <ulink
-
url="http://labs.jboss.com/wiki/ModalPanelWizards"
- >link</ulink>.</para>
+ <para>The discussion about <emphasis role="bold"
+ ><a4j:include></emphasis> and
navigation rules can be
+ found on the <ulink
+
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
+ >Ajax Users Forum</ulink>.</para>
</section>
<section>
@@ -201,18 +203,6 @@
the main features. So, the answer is yes.</para>
</section>
- <!-- <section>
- <?dbhtml filename="RerenderingPartPage.html"?>
- <title>How to reRender only particular row(s) of
dataTable?</title>
- <para> If you use <emphasis
role="bold"><rich:dataTable></emphasis>
- then you may use ajaxKeys attribute to bind the rowKeys to be
reRendered
- there. After you need to point reRender on the whole table and
only
- specified rows will be reRedered. Also the example of usage of
<emphasis
-
role="bold"><a4j:repeat></emphasis> component are
- available <ulink
url="http://livedemo.exadel.com/a4j-repeat/"
- >here</ulink>.</para>
- </section>-->
-
<section>
<?dbhtml filename="Isitpossibletocreatedynamicmenu"?>
<title>Is it possible to create dynamic menu using
<rich:dropDownMenu>
@@ -238,9 +228,9 @@
<para>The controls of fast switching are created adding the facets
component with
the corresponding name:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[ ...
<rich:datascroller for="table" maxPages="10">
<f:facet name="first">
@@ -265,9 +255,9 @@
<para>If you want to navigate outside, when application uses an
external URL, you
should use the following approach:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:dropDownMenu>
…
@@ -310,9 +300,9 @@
<title>How to add a simple link to the tree node?</title>
<para>Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:tree …>
…
@@ -341,9 +331,9 @@
<title>How to get a commandButton working within the
modalPanel?</title>
<para>Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:modalPanel>
<f:facet name="header">
@@ -365,9 +355,9 @@
<title>How to define the currently selected tab?</title>
<para> Simple code is placed below:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:tabPanel selectedTab="t2">
<rich:tab label="tab 1" name="t1">
@@ -390,9 +380,9 @@
<para>To catch the value of the inputNumberSlider from the
JavaScrip, use the
following approach:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting role="XML"><![CDATA[...
<rich:inputNumberSlider width="500" step="20"
onchange="someFunctionCall(this.input.value)"
@@ -435,9 +425,9 @@
show only links)?</title>
<para> It' necessary to redefine rich* classes for example
like this:</para>
- <para>
- <emphasis role="bold">Example:</emphasis>
- </para>
+ <para>
+ <emphasis role="bold">Example:</emphasis>
+ </para>
<programlisting
role="JAVA"><![CDATA[.rich-datascr-button {
border: 0px;
}
@@ -459,10 +449,23 @@
<section id="Truepagination">
<?dbhtml filename="Howtodotruepagination"?>
- <title>How to do true pagination using datascroller (load a part of
data from database)?</title>
+ <title>How to do true pagination using datascroller (load a part of
data from
+ database)?</title>
<para>The answer could be found on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
RichFaces Users Forum</ulink>.</para>
</section>
+ <section>
+ <?dbhtml filename="RerenderingPartPage.html"?>
+ <title>How to reRender only particular row(s) of
dataTable?</title>
+ <para> If you use <emphasis
role="bold"><rich:dataTable></emphasis>
+ then you may use ajaxKeys attribute to bind the rowKeys to be
reRendered
+ there. After you need to point reRender on the whole table and
only
+ specified rows will be reRedered. Also the example of usage of
<emphasis
+
role="bold"><a4j:repeat></emphasis> component are
+ available <ulink
url="http://livedemo.exadel.com/a4j-repeat/"
+ >here</ulink>.</para>
+ </section>
+
</chapter>