v7.3.0

SchedulerScroll
Mixin

Functions for scrolling to events, dates etc. Provides methods to programmatically scroll the schedule to bring specific events, resources, or dates into view.

// Scroll an event into view with animation
scheduler.scrollEventIntoView(eventRecord, {
    animate   : true,
    highlight : true
});

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

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

Functions

Functions are methods available for calling on the class
    • Scrolls an unrendered event into view. Internal function used from #scrollResourceEventIntoView.

    Source path

    Scheduler/view/mixin/SchedulerScroll.js

    Contents