flipswitchingmonkey / BlazorFullCalendar

A Server-Side-Blazor wrapper for FullCalender.io
26 stars 23 forks source link

How to wrap custombuttons? #9

Open silazzz opened 2 years ago

silazzz commented 2 years ago

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

flipswitchingmonkey commented 2 years ago

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 :)