ViewType
Wisej.Web.Ext.FullCalendar.ViewType
Last updated
Wisej.Web.Ext.FullCalendar.ViewType
Last updated
Name | Description |
---|---|
AgendaDay
Shows the events in a single day view with time slots.
AgendaWeek
Shows the events in a weekly view with time slots.
BasicDay
Shows the events in a single day view.
BasicWeek
Shows the events in a simple weekly view.
ListDay
Displays all the events in a day in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListMonth
Displays all the events in a month in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListWeek
Displays all the events in a week in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListYear
Displays all the events in a year in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
Month
Shows the events in a monthly calendar view.
TimelineDay
Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineMonth
Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineWeek
Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineYear
Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
Determines which view the calendar uses to display the events.