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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 22 11:52:42 EDT 2007


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>.</para>
+        </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: &quot;first_disabled&quot;, &quot;last_disabled&quot;, &quot;next_disabled&quot;, &quot;previous_disabled&quot;, &quot;fastforward_disabled&quot;, &quot;fastrewind_disabled&quot;.</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 &quot;openMarker&quot; and &quot;closeMarker&quot; facets.</para>
+        </section>
+        
 </chapter>




More information about the richfaces-svn-commits mailing list