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
- TimelineScroll - Timeline scroll functions
- Scheduler - Scheduler widget
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of SchedulerScroll class, or subclass thereof.
-
Identifies an object as an instance of SchedulerScroll class, or subclass thereof.
Functions
Functions are methods available for calling on the class-
scrollUnrenderedEventIntoView( )private
Scrolls an unrendered event into view. Internal function used from #scrollResourceEventIntoView.