diff options
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 4 |
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>' + |