The hide() method hides the calendar component by applying display:none style.
Declaration
DayPilot.Calendar.hide();Notes
This method doesn't accept any parameters. Use show() to display the same calendar instance again.
Example
dp.hide();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot