_docs-v5/event-popover/moreLinkClick.md
Determines the action taken when the user clicks on a "more" link created by the dayMaxEventRows or dayMaxEvents options.
<div class='spec' markdown='1'> "popover", "week", "day", view name (string), function </div>"popover" (the default)
: Displays a rectangular panel over the cell with a full list of events for that day.
"week"
: Goes to a week view, as determined by the views in the headerToolbar.
"day"
: Goes to a day view, as determined by the views in the headerToolbar.
view name : A literal string name of any of the available views.
function : A callback function, for executing arbitrary code.
info is an object with the following properties:
A callback function can return a string value, like "day", that will be processed as the new value of the setting.