Event Rendering
- Colors
-
How to change colors of events through CSS.
- eventColor
- Sets the background and border colors for all events on the calendar.
- eventBackgroundColor
- Sets the background color for all events on the calendar.
- eventBorderColor
- Sets the border color for all events on the calendar.
- eventTextColor
- Sets the text color for all events on the calendar.
- eventRender (callback)
- Triggered while an event is being rendered.
- eventAfterRender (callback)
- Triggered after an event has been placed on the calendar in its final position.
- renderEvent (method)
- Renders a new event on the calendar.
- rerenderEvents (method)
- Rerenders all events on the calendar.
|