Back to Fullcalendar

resourceText

_docs-v3/resource-display/resourceText.md

latest320 B
Original Source

Determines the displayed text on each resource.

<div class='spec' markdown='1'> function( resource ) </div>

This function accepts a Resource Object and should return a string to be displayed.

If not specified, the resource object's title field will be used. Otherwise, its id will be displayed.