- Information
- License (MIT)
- Recent Changes
- Supported Languages
- Supported Export Types
- Supported Import Types
- Setup
- Getting Started
- CDN Links
- JSON Objects
- Calendar Event
- Holiday
- Navigation
- Shortcut Keys
- API
- Binding Functions
- Class Instance Functions
- Advanced
- Custom Triggers
- Basic Options
- View Options
- Search Options
- Side Menu Options
- Text Options
- Date Formatting
Side Menu Options
Explore this complete list of side menu configuration options to easily manage how your calendars appear and behave.
Example
calendarInstance.setOptions( {
views: {
sideMenu: {
showDays: true
}
}
} );| Type: | Name: | Description: |
|---|---|---|
| boolean | showDays | States if the "Days" section on the Side Menu is visible (defaults to true). |
| boolean | showGroups | States if the "Groups" section on the Side Menu is visible (defaults to true). |
| 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). |
| boolean | showSelectAllNoneButtons | States if the Select All/None buttons are shown in the side menu panels. (defaults to true). |