The update() method updates the Navigator control and applies configuration changes.
Declaration
DayPilot.Navigator.update()Parameters
This method has no parameters.
Notes
Call this method after changing Navigator configuration properties to refresh the control.
Example
const nav = new DayPilot.Navigator("dp", {
// ...
});
nav.init();
// update configuration
nav.update();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot