tpruvot / fullcalendar

Year view implementation
http://epsy.ldtp.net/fullcalendar/demos/
MIT License
83 stars 26 forks source link

show all events or custom button in v2.2.7 #23

Open shinnlu opened 7 years ago

shinnlu commented 7 years ago

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' } }, },