From: Maggie Costello Wachs Date: Mon, 19 Jan 2009 22:42:58 +0000 (+0000) Subject: updated the demo captions, and reordered the examples navigation X-Git-Tag: 1.6rc6~196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f2fb805e1832dd579bac7fa7171192028e6b0c32;p=jquery-ui.git updated the demo captions, and reordered the examples navigation --- diff --git a/demos/datepicker/alt_field.html b/demos/datepicker/alt_field.html index fba6a3273..fb543b3f6 100644 --- a/demos/datepicker/alt_field.html +++ b/demos/datepicker/alt_field.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Alternate Field + jQuery UI Datepicker - Populate alternate field @@ -23,9 +23,7 @@
-

The datepicker can populate an alternate field, with its own format, whenever a date is selected. - This feature might be used to present a human-friendly date for user selection, - while passing a more computer-friendly date through for further processing.

+

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/buttonbar.html b/demos/datepicker/buttonbar.html index c36ca835f..5d914e943 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Button bar Demo + jQuery UI Datepicker - Display button bar @@ -25,7 +25,7 @@
-

This example adds a bar at the bottom of the calendar with buttons for selecting Today's date and a Done button for closing the calendar. The individual buttons are on by default if the bar is added but each can be turned off via options. The button text is customizable.

+

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

diff --git a/demos/datepicker/date_formats.html b/demos/datepicker/date_formats.html index 6027c5ffb..b1a7384d0 100644 --- a/demos/datepicker/date_formats.html +++ b/demos/datepicker/date_formats.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Date Formats + jQuery UI Datepicker - Format date @@ -35,7 +35,7 @@
-

The datepicker may present the selected date in a variety of formats.

+

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/default.html b/demos/datepicker/default.html index a9d915d4b..8872c7eb8 100644 --- a/demos/datepicker/default.html +++ b/demos/datepicker/default.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Default Demo + jQuery UI Datepicker - Default functionality @@ -23,7 +23,7 @@
-

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.

+

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.

diff --git a/demos/datepicker/dropdown_month_year.html b/demos/datepicker/dropdown_month_year.html index fe685f620..9ccd42e2b 100644 --- a/demos/datepicker/dropdown_month_year.html +++ b/demos/datepicker/dropdown_month_year.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Month & Year Menus Demo + jQuery UI Datepicker - Display month & year menus @@ -26,7 +26,7 @@
-

This datepicker has an optional month and year dropdown added to make it easier to navigate through large timeframes. This is done by adding the changeMonth:true and changeYear:true options.

+

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 index b421a54d5..4aa7a57b2 100644 --- a/demos/datepicker/icon_trigger.html +++ b/demos/datepicker/icon_trigger.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Icon Trigger + jQuery UI Datepicker - Icon trigger @@ -23,9 +23,7 @@
-

This datepicker is triggered by clicking on the icon following the field, - instead of the field gaining focus. You can also set the datepicker to - open in both cases.

+

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 cdb8d467e..a1738de2e 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -9,16 +9,16 @@

Examples

diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html index d5170916e..f71525124 100644 --- a/demos/datepicker/inline.html +++ b/demos/datepicker/inline.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Inline Demo + jQuery UI Datepicker - Display inline @@ -23,10 +23,7 @@ Date:
-

-This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. -This is done by calling .datepicker() on a div instead of an input. -

+

Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.

diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html index de7f82b19..285b7ee7f 100644 --- a/demos/datepicker/localization.html +++ b/demos/datepicker/localization.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Localization + jQuery UI Datepicker - Localize calendar @@ -108,8 +108,7 @@
-

The datepicker may be localized for other languages and date preferences. - There is built-in support for languages that read right-to-left, such as Arabic and Hebrew.

+

Localize the datepicker calendar language and format (English / Western formatting is the default). The datepicker includes built-in support for languages that read right-to-left, such as Arabic and Hebrew.

diff --git a/demos/datepicker/min_max.html b/demos/datepicker/min_max.html index c8c598994..26673aae5 100644 --- a/demos/datepicker/min_max.html +++ b/demos/datepicker/min_max.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Minimum and Maximum + jQuery UI Datepicker - Restrict date range @@ -23,10 +23,7 @@
-

The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates. - These dates may be set 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.

+

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 index 1e21c5192..9ce129161 100644 --- a/demos/datepicker/multiple_calendars.html +++ b/demos/datepicker/multiple_calendars.html @@ -1,7 +1,7 @@ - jQuery UI Datepicker - Multiple Calendars Demo + jQuery UI Datepicker - Display multiple months @@ -26,21 +26,7 @@
-

-This datepicker shows three months at a time by setting the numberOfMonths option to 3. -This can be set to any number that will fit within your layout. -The multiple calendars are used to make it easier to visually scan across months and make a selection. -

- -
-

- -Note: -This is not a date range picker. -In a future release, a custom date range plugin will be added. -For users that want to use the old date range picker built into the datepicker, they must use the previous version of this plugin (v1.5.3). -

-
+

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