aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2008-08-08 10:32:31 +0000
committerKeith Wood <kbwood.au@gmail.com>2008-08-08 10:32:31 +0000
commit0daf7c3d37da1b3cc7a5d6a2b4c3d82ff68a5d05 (patch)
tree6c5f5f05d6dd104be7d57e9e93496cab289f9c68 /demos/functional
parentc452a8a9865f7ec450947b2d90065e13a10281aa (diff)
downloadjquery-ui-0daf7c3d37da1b3cc7a5d6a2b4c3d82ff68a5d05.tar.gz
jquery-ui-0daf7c3d37da1b3cc7a5d6a2b4c3d82ff68a5d05.zip
Clarify effect of keystrokes for big steps
Diffstat (limited to 'demos/functional')
-rw-r--r--demos/functional/templates/ui.datepicker.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html
index 21f52c629..1b7d27b73 100644
--- a/demos/functional/templates/ui.datepicker.html
+++ b/demos/functional/templates/ui.datepicker.html
@@ -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>' +