You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to show all events list in this fork?
if can't, how to add custom buttons in v2.2.7, i just add one button but not working.
seems the custom buttons only works after v2.4. header: { left: 'prev,next today', center: 'title', right: 'listButton common,year,month' }, customButtons: { listButton: { text: 'list all events', click: function() { location.href='/allevents' } }, },
The text was updated successfully, but these errors were encountered:
is it possible to show all events list in this fork?
if can't, how to add custom buttons in v2.2.7, i just add one button but not working.
seems the custom buttons only works after v2.4.
header: { left: 'prev,next today', center: 'title', right: 'listButton common,year,month' }, customButtons: { listButton: { text: 'list all events', click: function() { location.href='/allevents' } }, },
The text was updated successfully, but these errors were encountered: