v7.3.0
SupportExamplesFree Trial

EventNavigation
Mixin

Mixin that enables keyboard navigation between events in the scheduler. It supports arrow keys for moving between events, Tab for sequential navigation, and Enter for activating events.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • focusCls : Stringb-active
    private

    A CSS class name to add to focused events.

  • Allow using Delete and Backspace to remove events/assignments

  • navigator : NavigatorConfig{"allowCtrlKey":true,"scrollSilently":true,"keys":"","internalListeners":""}
    internal

    A config object to use when creating the Navigator to use to perform keyboard navigation in the timeline.

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Scheduler/view/mixin/EventNavigation.js

    Contents