]> source.dussan.org Git - jquery-ui.git/commitdiff
Clarify effect of keystrokes for big steps
authorKeith Wood <kbwood.au@gmail.com>
Fri, 8 Aug 2008 10:32:31 +0000 (10:32 +0000)
committerKeith Wood <kbwood.au@gmail.com>
Fri, 8 Aug 2008 10:32:31 +0000 (10:32 +0000)
demos/functional/templates/ui.datepicker.html

index 21f52c6292a57f2ced30897ff0f4318fc108b296..1b7d27b73fd80419c975ca3197c7b6ccc563913d 100644 (file)
@@ -41,8 +41,8 @@
                        {
                                title: 'Keystrokes',
                                desc: 'You can use the keyboard to enter dates and to control the datepicker:' +
-                                       '<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month</li>' +
-                                       '<li>ctrl+page up/down - previous/next year</li>' +
+                                       '<ul style="list-style: disc; padding-left: 2em;"><li>page up/down - previous/next month (based on <i>stepMonths</i>)</li>' +
+                                       '<li>ctrl+page up/down - previous/next year (based on <i>stepBigMonths</i>)</li>' +
                                        '<li>ctrl+home - current month or open when closed</li>' +
                                        '<li>ctrl+left/right - previous/next day</li>' +
                                        '<li>ctrl+up/down - previous/next week</li>' +