Hi,
thanks for that nice and helpful wrapper!
i will update the wrapper and i have no idea how to wrap the custom buttons:
customButtons: {
custom1: {
text: 'custom 1',
click: function() {
alert('clicked custom button 1!');
}
},
custom2: {
text: 'custom 2',
click: function() {
alert('clicked custom button 2!');
}
}
https://fullcalendar.io/docs/customButtons
maybe you can give me a hint.
thanks a lot
Hi,
thanks for that nice and helpful wrapper!
i will update the wrapper and i have no idea how to wrap the custom buttons:
https://fullcalendar.io/docs/customButtons
maybe you can give me a hint.
thanks a lot