DayPilot.Scheduler.keyboardEnabled

The keyboardEnabled property (boolean) enables the built-in keyboard support in the Scheduler.

Declaration

DayPilot.Scheduler.keyboardEnabled

Default Value

false

Examples

JavaScript

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"
  <!-- ... -->
/>

See Also

Keyboard Support [doc.daypilot.org]

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript