Back to Fullcalendar

All-Day Render Hooks

_docs-v6/timegrid-view/all-day-render-hooks.md

latest487 B
Original Source

Customize parts of the UI that typically display the text "all-day".

allDayClassNames - a ClassName Input

allDayContent - a Content Injection Input

allDayDidMount

allDayWillUnmount

Argument

When the above hooks are specified as a function in the form function(arg), the arg is an object with the following properties:

  • text
  • view
  • el - the <td> element. only available in allDayDidMount and allDayWillUnmount