General Display
- header
- Defines the buttons and title at the top of the calendar.
- theme
- Enables/disables use of jQuery UI theming.
- buttonIcons
- Determines which theme icons appear on the header buttons.
- firstDay
- The day that each week begins.
- isRTL
- Displays the calendar in right-to-left mode.
- weekends
- Whether to include Saturday/Sunday columns in any of the calendar views.
- weekMode
- Determines the number of weeks displayed in a month view. Also determines each week's height.
- height
- Will make the entire calendar (including header) a pixel height.
- contentHeight
- Will make the calendar's content area a pixel height.
- aspectRatio
- Determines the width-to-height aspect ratio of the calendar.
- viewDisplay (callback)
- Triggered when the calendar loads and every time a different date-range is displayed.
- windowResize (callback)
- Triggered after the calendar's dimensions have been changed due to the browser window being resized.
- render (method)
- Immediately forces the calendar to render and/or readjusts its size.
- destroy (method)
- Restores the element to the state before FullCalendar was initialized.
See also: buttonText
|