diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-19 18:24:50 +0000 |
commit | be22dee1daae5570f8c741a027b0212d7e671634 (patch) | |
tree | 01f73627f8b1b5940f779e122facd442b0db5942 /demos/datepicker | |
parent | 19ba6fe1cdddb205e0c10b41bf82eeea4353e8f4 (diff) | |
download | jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.tar.gz jquery-ui-be22dee1daae5570f8c741a027b0212d7e671634.zip |
Removed some content from default description and added to overview section on docs wiki instead,
Diffstat (limited to 'demos/datepicker')
-rw-r--r-- | demos/datepicker/default.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html index 579b19f83..a9d915d4b 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -24,17 +24,6 @@ <div class="demo-description"> <p>This is a default datepicker which is tied to a standard form input. The calendar opens in a small overlay onFocus and closes automatically onBlur if a date if selected.</p> -<p>You can also use the keyboard to drive the datepicker:</p> -<ul> - <li>page up/down - previous/next month</li> - <li>ctrl+page up/down - previous/next year</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> - <li>enter - accept the selected date</li> - <li>ctrl+end - close and erase the date</li> - <li>escape - close the datepicker without selection</li> -</ul> </div><!-- End demo-description --> |