valincius/BlazorScheduler

Change text on New Appointment/DraggingAppointment

rgry opened this issue · 1 comments

rgry commented

I know how to change text on TodayButton:
<Scheduler @ref="scheduler" OnAddingNewAppointment="OnAddingNewAppointment" OnRequestNewData="OnRequestNewData" EnableRescheduling="true" TodayButtonText="I dag" MaxVisibleAppointmentsPerDay="1">

But how do I do that on DraggingAppointment new appointment?

Sorry for al these newbee questions and THANKS for your answers!

There is actually not a config value for this one. It should be a really quick change, if you want to submit a PR for it. I do not think I'll be able to get around to it this week.