HeaderZoom
Feature
Enables users to click and drag to zoom to a date range in Scheduler's header time axis. Only supported in horizontal mode.
const scheduler = new Scheduler({
features : {
headerZoom : true
}
});
This feature uses the zoomToSpan method internally. If the selected date range cannot fit within zoom levels greater than the current zoom level, the zoom level will not be increased and will remain unchanged. noZoomChange event is fired in this case.
Not compatible with the TimeSelection feature, or with vertical mode.
This feature is disabled by default. For info on enabling it, see GridFeatures.
See also
- TimeSelection - Time range selection
- zoomTo - Programmatic zooming
- ViewPreset - View preset configuration
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of HeaderZoom class, or subclass thereof.
-
Identifies an object as an instance of HeaderZoom class, or subclass thereof.
id: headerZoom