From ca8c355e49b6447508a1d88edb72cf40cde2d1a3 Mon Sep 17 00:00:00 2001 From: William Troup Date: Fri, 24 Nov 2023 14:31:57 +0000 Subject: [PATCH] Fix. --- options.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/options.md b/options.md index e8812450..08c53472 100644 --- a/options.md +++ b/options.md @@ -56,7 +56,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *boolean* | useAmPmForTimeDisplays | States if the AM/PM time format should be used for all time displays (defaults to false). | | *boolean* | isWidget | States if the new calendar instance is only a widget (defaults to false). | | *string* | viewToOpenOnFirstLoad | States which view should be opened when the Calendar is first initialized (defaults to null, accepts "full-day", "full-week", "full-year", "timeline", and "all-events"). | -
### Side Menu Options: @@ -68,7 +67,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *boolean* | showEventTypes | States if the "Event Types" section on the Side Menu is visible (defaults to true). | | *boolean* | showWorkingDays | States if the "Working Days" section on the Side Menu is visible (defaults to true). | | *boolean* | showWeekendDays | States if the "Weekend Days" section on the Side Menu is visible (defaults to true). | -
### View Options: Full Day: @@ -79,7 +77,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *number* | minutesBetweenSections | States the number of minutes that should be used between rows in all views (defaults to 30). | | *boolean* | showTimelineArrow | States if the timeline arrow should be shown (defaults to true). | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: Full Week: @@ -92,7 +89,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *boolean* | showTimelineArrow | States if the timeline arrow should be shown (defaults to true). | | *boolean* | showWeekNumbersInTitles | States if week numbers should be shown in the title bars (defaults to false). | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: Full Month: @@ -113,7 +109,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *string[]* | pinUpViewImageUrls | States the the pin-up view images that should be used (defaults to []). | | *boolean* | showMonthButtonsInYearDropDownMenu | States if the month name selector buttons are shown in the Year Drop-Down menu (defaults to true). | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: Full Year: @@ -121,7 +116,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | Type: | Name: | Description: | | --- | --- | --- | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: Timeline: @@ -131,7 +125,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *string* | defaultAxis | States the default axis the view should use (defaults to "group"). | | *number* | minutesBetweenSections | States the number of minutes that should be used between headers in all views (defaults to 30). | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: All Events: @@ -139,7 +132,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | Type: | Name: | Description: | | --- | --- | --- | | *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). | -
### View Options: DatePicker: @@ -149,7 +141,6 @@ Below are all the options that can be passed to the Calendar.js constructor, or | *string* | selectedDateFormat | States the display format that should be used for the DatePicker input field (defaults to "{d}{o} {mmmm} {yyyy}", see date display formats [here](DATE_FORMATS.md) for options). | | *Object* | minimumDate | States the minimum date that can be selected in DatePicker mode (defaults to null). | | *Object* | maximumDate | States the minimum date that can be selected in DatePicker mode (defaults to null). | -
### Translatable String Options: