The keyboardEnabled property (boolean) enables the built-in keyboard support in the Scheduler.
DayPilot.Scheduler.keyboardEnabledfalseJavaScript
const dp = new DayPilot.Scheduler("dp", {
keyboardEnabled: true,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
keyboardEnabled: true,
// ...
};React
<DayPilotScheduler
keyboardEnabled={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:keyboardEnabled="true"
<!-- ... -->
/>Keyboard Support [doc.daypilot.org]
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot