Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Nov 24, 2023
1 parent da14027 commit ca8c355
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"). |
<br/>


### Side Menu Options:
Expand All @@ -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). |
<br/>


### View Options: Full Day:
Expand All @@ -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). |
<br/>


### View Options: Full Week:
Expand All @@ -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). |
<br/>


### View Options: Full Month:
Expand All @@ -113,15 +109,13 @@ 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). |
<br/>


### View Options: Full Year:

| Type: | Name: | Description: |
| --- | --- | --- |
| *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). |
<br/>


### View Options: Timeline:
Expand All @@ -131,15 +125,13 @@ 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). |
<br/>


### View Options: All Events:

| Type: | Name: | Description: |
| --- | --- | --- |
| *boolean* | showExtraTitleBarButtons | States if the extra toolbar buttons on the main title bars are visible (defaults to true). |
<br/>


### View Options: DatePicker:
Expand All @@ -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). |
<br/>


### Translatable String Options:
Expand Down

0 comments on commit ca8c355

Please sign in to comment.