From 0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 27 Jan 2009 10:08:19 +0000 Subject: demos: fixed file naming inconsistency. Multiple words now separated by hyphen, not underscore --- demos/datepicker/alt-field.html | 31 ++++++++++++++++++++++ demos/datepicker/alt_field.html | 31 ---------------------- demos/datepicker/date-formats.html | 43 +++++++++++++++++++++++++++++++ demos/datepicker/date_formats.html | 43 ------------------------------- demos/datepicker/dropdown-month-year.html | 34 ++++++++++++++++++++++++ demos/datepicker/dropdown_month_year.html | 34 ------------------------ demos/datepicker/icon-trigger.html | 31 ++++++++++++++++++++++ demos/datepicker/icon_trigger.html | 31 ---------------------- demos/datepicker/index.html | 12 ++++----- demos/datepicker/min-max.html | 31 ++++++++++++++++++++++ demos/datepicker/min_max.html | 31 ---------------------- demos/datepicker/multiple-calendars.html | 34 ++++++++++++++++++++++++ demos/datepicker/multiple_calendars.html | 34 ------------------------ 13 files changed, 210 insertions(+), 210 deletions(-) create mode 100644 demos/datepicker/alt-field.html delete mode 100644 demos/datepicker/alt_field.html create mode 100644 demos/datepicker/date-formats.html delete mode 100644 demos/datepicker/date_formats.html create mode 100644 demos/datepicker/dropdown-month-year.html delete mode 100644 demos/datepicker/dropdown_month_year.html create mode 100644 demos/datepicker/icon-trigger.html delete mode 100644 demos/datepicker/icon_trigger.html create mode 100644 demos/datepicker/min-max.html delete mode 100644 demos/datepicker/min_max.html create mode 100644 demos/datepicker/multiple-calendars.html delete mode 100644 demos/datepicker/multiple_calendars.html (limited to 'demos/datepicker') diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html new file mode 100644 index 000000000..12abb9eaf --- /dev/null +++ b/demos/datepicker/alt-field.html @@ -0,0 +1,31 @@ + + + + jQuery UI Datepicker - Populate alternate field + + + + + + + + + +
+ +

Date:  

+ +
+ +
+ +

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

+ +
+ + + diff --git a/demos/datepicker/alt_field.html b/demos/datepicker/alt_field.html deleted file mode 100644 index 12abb9eaf..000000000 --- a/demos/datepicker/alt_field.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - jQuery UI Datepicker - Populate alternate field - - - - - - - - - -
- -

Date:  

- -
- -
- -

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

- -
- - - diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html new file mode 100644 index 000000000..e26f1bd11 --- /dev/null +++ b/demos/datepicker/date-formats.html @@ -0,0 +1,43 @@ + + + + jQuery UI Datepicker - Format date + + + + + + + + + +
+ +

Date:

+ +

Format options:
+ +

+ +
+ +
+ +

Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.

+ +
+ + + diff --git a/demos/datepicker/date_formats.html b/demos/datepicker/date_formats.html deleted file mode 100644 index e26f1bd11..000000000 --- a/demos/datepicker/date_formats.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - jQuery UI Datepicker - Format date - - - - - - - - - -
- -

Date:

- -

Format options:
- -

- -
- -
- -

Display date feedback in a variety of ways. Choose a date format from the dropdown, then click on the input and select a date to see it in that format.

- -
- - - diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html new file mode 100644 index 000000000..a16ff09a4 --- /dev/null +++ b/demos/datepicker/dropdown-month-year.html @@ -0,0 +1,34 @@ + + + + jQuery UI Datepicker - Display month & year menus + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

+ +
+ + + diff --git a/demos/datepicker/dropdown_month_year.html b/demos/datepicker/dropdown_month_year.html deleted file mode 100644 index a16ff09a4..000000000 --- a/demos/datepicker/dropdown_month_year.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - jQuery UI Datepicker - Display month & year menus - - - - - - - - - -
- -

Date:

- -
- -
- -

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

- -
- - - diff --git a/demos/datepicker/icon-trigger.html b/demos/datepicker/icon-trigger.html new file mode 100644 index 000000000..b3b43a225 --- /dev/null +++ b/demos/datepicker/icon-trigger.html @@ -0,0 +1,31 @@ + + + + jQuery UI Datepicker - Icon trigger + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.

+ +
+ + + diff --git a/demos/datepicker/icon_trigger.html b/demos/datepicker/icon_trigger.html deleted file mode 100644 index b3b43a225..000000000 --- a/demos/datepicker/icon_trigger.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - jQuery UI Datepicker - Icon trigger - - - - - - - - - -
- -

Date:

- -
- -
- -

Click the icon next to the input field to show the datepicker. Set the datepicker to open on focus (default behavior), on icon click, or both.

- -
- - - diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index a1738de2e..dfe22db65 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -10,15 +10,15 @@

Examples

diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html new file mode 100644 index 000000000..6a7d87eb2 --- /dev/null +++ b/demos/datepicker/min-max.html @@ -0,0 +1,31 @@ + + + + jQuery UI Datepicker - Restrict date range + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

+ +
+ + + diff --git a/demos/datepicker/min_max.html b/demos/datepicker/min_max.html deleted file mode 100644 index 6a7d87eb2..000000000 --- a/demos/datepicker/min_max.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - jQuery UI Datepicker - Restrict date range - - - - - - - - - -
- -

Date:

- -
- -
- -

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

- -
- - - diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html new file mode 100644 index 000000000..fe7d990a1 --- /dev/null +++ b/demos/datepicker/multiple-calendars.html @@ -0,0 +1,34 @@ + + + + jQuery UI Datepicker - Display multiple months + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

+ +
+ + + diff --git a/demos/datepicker/multiple_calendars.html b/demos/datepicker/multiple_calendars.html deleted file mode 100644 index fe7d990a1..000000000 --- a/demos/datepicker/multiple_calendars.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - jQuery UI Datepicker - Display multiple months - - - - - - - - - -
- -

Date:

- -
- -
- -

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

- -
- - - -- cgit v1.2.3