flipswitchingmonkey/BlazorFullCalendar

How to wrap custombuttons?

silazzz opened this issue · 1 comments

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

Would love to, but I haven't worked on this for over a year at this point so... I'll be honest, I'm no help right now :)