[richfaces-svn-commits] JBoss Rich Faces SVN: r14538 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 5 10:29:29 EDT 2009


Author: atsebro
Date: 2009-06-05 10:29:29 -0400 (Fri, 05 Jun 2009)
New Revision: 14538

Modified:
   branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
RF-7314: Describing Lazy loading of popup Calender component

Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml	2009-06-05 14:21:24 UTC (rev 14537)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml	2009-06-05 14:29:29 UTC (rev 14538)
@@ -86,7 +86,11 @@
                               </emphasis> attribute defines calendar representation mode on a page.
                               If it&apos;s &quot;true&quot; the calendar is represented
                               on a page as an input field and a button. Clicking on the button calls
-                              the calendar popup as it&apos;s shown on the picture below. </para>
+                              the calendar popup as it&apos;s shown on the picture below. 
+                              For popup rendering a &quot;lazy&quot; loading is implemented: after the request is completed a client side script method builds the popup. 
+                              Such improvement speeds up page loading time. 
+                    
+                    </para>
                     <figure>
                               <title>Using the <emphasis>
                                                   <property>&quot;popup&quot;</property>




More information about the richfaces-svn-commits mailing list