RangeMenu
A menu for selecting a time range for a Calendar mode. It presents checkable items for day, week, month, year, and decade ranges, and updates the owning view's date range when the user toggles a selection. The menu automatically syncs its checked state with the current view range when shown.
This is not intended to be used directly, but is instead used internally by Calendar views such as the EventList to allow users to change the displayed time span.
It can be configured through the listRangeMenu config:
const calendar = new Calendar({
modes : {
list : {
// Disable the range selection menu
listRangeMenu : null
}
}
});
See also
- listRangeMenu — Config that controls this menu
- AgendaView — Agenda view that also uses this menu
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of RangeMenu class, or subclass thereof.
-
Identifies an object as an instance of RangeMenu class, or subclass thereof.