From 62b7c8eda897691d3031bf2b6a2a52c167c68e96 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 10:49:44 +0000 Subject: demos: fixed demo descriptions to use CODE for option names instead of STRONG --- demos/datepicker/alt-field.html | 2 +- demos/datepicker/buttonbar.html | 2 +- demos/datepicker/dropdown-month-year.html | 2 +- demos/datepicker/min-max.html | 2 +- demos/datepicker/multiple-calendars.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'demos/datepicker') diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html index 12abb9eaf..f30829b9a 100644 --- a/demos/datepicker/alt-field.html +++ b/demos/datepicker/alt-field.html @@ -23,7 +23,7 @@
-

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.

+

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 1fd8a5240..30006d256 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -25,7 +25,7 @@
-

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.

+

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/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html index a16ff09a4..c31a024f7 100644 --- a/demos/datepicker/dropdown-month-year.html +++ b/demos/datepicker/dropdown-month-year.html @@ -26,7 +26,7 @@
-

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.

+

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/min-max.html b/demos/datepicker/min-max.html index 6a7d87eb2..a20239633 100644 --- a/demos/datepicker/min-max.html +++ b/demos/datepicker/min-max.html @@ -23,7 +23,7 @@
-

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.

+

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 fe7d990a1..615537dd3 100644 --- a/demos/datepicker/multiple-calendars.html +++ b/demos/datepicker/multiple-calendars.html @@ -26,7 +26,7 @@
-

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

+

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

-- cgit v1.2.3