ScrollButtons
Feature
This feature injects buttons to the beginning and end of each row that will scroll to the next or previous event outside the current view. It can optionally show a label along with the button, using the labelRenderer. Only supported in horizontal mode
new Scheduler({
appendTo : 'container',
features : {
scrollButtons : {
labelRenderer({ resourceRecord, isBefore, nbrEvents }) {
return `${nbrEvents} events`;
}
}
}
This feature is disabled by default.
See also
- EventModel - Event data model
- Scheduler - Scheduler widget
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The icon to use for the button scrolling into the past
-
The icon to use for the button scrolling into the future
-
A config object describing how the scroll action should be performed.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ScrollButtons class, or subclass thereof.
-
Identifies an object as an instance of ScrollButtons class, or subclass thereof.