mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-02 17:00:06 +08:00
20 lines
839 B
Plaintext
20 lines
839 B
Plaintext
|
|
Available Views
|
|
===============
|
|
|
|
FullCalendar has a number of different "views", or ways of displaying days and events.
|
|
The following 5 views are all built in to FullCalendar:
|
|
|
|
- **month** - [see example](../../views/month/)
|
|
- **basicWeek** - [see example](../../views/basicWeek/) (available since version 1.3)
|
|
- **basicDay** - [see example](../../views/basicDay/) (available since version 1.3)
|
|
- **agendaWeek** - [see example](../../views/agendaWeek/) (available since version 1.4)
|
|
- **agendaDay** - [see example](../../views/agendaDay/) (available since version 1.4)
|
|
|
|
You can define [header](../display/header) buttons to allow the user to switch between them.
|
|
You can set the initial view of the calendar with the [defaultView]() option.
|
|
|
|
<p class='abstract' style='display:none'>
|
|
week, basicWeek, basicDay, agendaWeek, agendaDay
|
|
</p>
|