Author: vkorluzhenko
Date: 2007-06-22 11:52:41 -0400 (Fri, 22 Jun 2007)
New Revision: 1277
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
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-06-22 14:24:08 UTC
(rev 1276)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-06-22 15:52:41 UTC
(rev 1277)
@@ -138,5 +138,37 @@
]]></programlisting>
<para>In this case the popup suggestion list is above the
modalPanel.</para>
</section>
-
+
+ <section>
+ <?dbhtml filename="DoesRichFacesworkwithfacelets"?>
+ <title>Does RichFaces work with facelets?</title>
+ <para>Main <ulink
url="http://livedemo.exadel.com/richfaces-demo/"> demo</ulink>of
RichFaces is a facelets based application. 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 "rich:dataTable" 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 you can see example about
usage of "a4j:repeat" component
+ <ulink
url="http://livedemo.exadel.com/a4j-repeat/">here</ulink&...
+ </section>
+
+ <section>
+ <?dbhtml filename="Isitpossibletocreatedynamicmenu"?>
+ <title>Is it possible to create dynamic menu using
rich:dropDownMenu component?</title>
+ <para>rich:dropDown menu is a standard JSF component. So, creation
the menu dynamically from the Java Script code is the same as for any other jsf
component.</para>
+ </section>
+
+ <section>
+ <?dbhtml
filename="Isitpossibletocustomizelookofdatascroller"?>
+ <title>Is it possible to customize look of datascroller (the
forward/back buttons) and replace them with images?</title>
+ <para>The answer is yes. Use facets:
"first_disabled", "last_disabled",
"next_disabled", "previous_disabled",
"fastforward_disabled",
"fastrewind_disabled".</para>
+ </section>
+
+ <section>
+ <?dbhtml filename="HowtocustomizesimpleTogglePanel"?>
+ <title>How to customize simpleTogglePanel? I need to change icon
for toggler.</title>
+ <para>To customize icon for toggler use
"openMarker" and "closeMarker" facets.</para>
+ </section>
+
</chapter>