The onShow event handler fires when the date picker becomes visible.
Declaration
DayPilot.DatePicker.onShow()
Parameters
This event handler has no event arguments.
Example
const picker = new DayPilot.DatePicker({
onShow: () => {
console.log("Date picker is now visible.");
},
// ...
});
picker.show();
See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot