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's "true" the calendar is
represented
on a page as an input field and a button. Clicking on the
button calls
- the calendar popup as it's shown on the picture
below. </para>
+ the calendar popup as it's shown on the picture
below.
+ For popup rendering a "lazy" 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>"popup"</property>
Show replies by date