Using https://gwtbootstrap3.github.io/gwtbootstrap3-demo/#fullcalendar
How do you
- Hook and event on the next and previous button
- Set background color to a specific date on the calendar
Using https://gwtbootstrap3.github.io/gwtbootstrap3-demo/#fullcalendar
How do you
The easiest way is to hook up on display
viewRender
event. As documentation states:Here is the code:
To set background for specific date just use
Background events
: