DayPilot.DatePicker.onShow

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

DayPilot.DatePicker.show()

DayPilot.DatePicker.close()

DayPilot.DatePicker Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript