r1345 - trunk/demos/datepicker

r1345 - trunk/demos/datepicker


Author: fg.todd
Date: Tue Dec 30 10:16:54 2008
New Revision: 1345
Modified:
trunk/demos/datepicker/multiple_calendars.html
Log:
Changed # calendars from 2 to 3
Modified: trunk/demos/datepicker/multiple_calendars.html
==============================================================================
--- trunk/demos/datepicker/multiple_calendars.html    (original)
+++ trunk/demos/datepicker/multiple_calendars.html    Tue Dec 30 10:16:54 2008
@@ -9,7 +9,7 @@
    <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
    <script type="text/javascript">
    $(function() {
-        $('#date123').datepicker({numberOfMonths: 2, showButtonPanel: true});
+        $('#date123').datepicker({numberOfMonths: 3, showButtonPanel: true});
    });
    </script>
</head>
@@ -25,7 +25,7 @@
<div class="demo-description">
-

This datepicker shows two months at a time by setting the
numberOfMonths option to 2. This can be set to any number that will fit
within your layout. The multiple calendars are used to make it easier to
visually scan across months and make a selection. This is not a date range
picker. In a future release, a custom date range plugin will be added. For
users that want to use the old date range picker built into the datepicker,
they must use the previous version of this plugin.






+

This datepicker shows two months at a time by setting the
numberOfMonths option to 3. This can be set to any number that will fit
within your layout. The multiple calendars are used to make it easier to
visually scan across months and make a selection. This is not a date range
picker. In a future release, a custom date range plugin will be added. For
users that want to use the old date range picker built into the datepicker,
they must use the previous version of this plugin.






</div><!-- End demo-description -->