DayPilot.Switcher Class

The DayPilot.Switcher class provides support for switching multiple calendar views, each represented by a dedicated component instance, and for synchronization with a date picker (DayPilot.Navigator).

A typical use case is switching between day, week, and month calendar views while keeping the selected date synchronized.

Members

Notes

Each view managed by the switcher is backed by its own DayPilot component instance.

The active view can stay synchronized with a shared DayPilot.Navigator so navigation changes update the selected date consistently.

See Also

HTML5 Calendar with Day/Week/Month Views [code.daypilot.org]