Back to Fullcalendar

More-Link Render Hooks

_docs-v6/event-popover/more-link-render-hooks.md

latest565 B
Original Source

moreLinkClassNames - a ClassName Input for adding classNames

moreLinkContent - a Content Injection Input

moreLinkDidMount - called right after the link has been added to the DOM

moreLinkWillUnmount - called right before the link will be removed from the DOM

Argument

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

  • num - the number of hidden events
  • text - the localized text that would appear in the link by default