v7.3.0

OverflowPopup
Widget

This class is not supposed to be used directly. It is used by Calendar views which need to show more events than will fit into a day cell.

A Popup which displays events which will not fit into their container in a View.

By default, the popup contains a simple list of events, but this may be configured to contain a full Calendar view such as a DayView or DayAgendaView or AgendaView to provide a more detailed view of the overflowing day's events.

See the eventList config for details.

The example below shows a MonthView which uses a DayView as its overflow popup's event list:

Useful configs

Config Description
eventRenderer Custom function for rendering event content
eventSorter Custom sort function for event ordering
eventList Widget config for the inner event list (can be a Calendar view)
dateFormat Format string for the popup title date
onlyShowOverflow Only show events that were hidden due to overflow

See also

  • MonthView — The view that shows this popup for overflowing day cells
  • CalendarRow — The all-day row that may also trigger overflow popups
  • DayCellRenderer — Mixin that manages overflow rendering
No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
type: overflowpopup

Source path

Calendar/widget/OverflowPopup.js

Contents