Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

PreShowCallback

PreShowCallback: (this: Calendar, input: JQuery, instance: Timepicker) => Partial<DatepickerOptions> | boolean | undefined

Type declaration

PreShowDayCallback

PreShowDayCallback: (this: Window, date: Date) => [boolean, string] | [boolean, string, string]

Type declaration

    • (this: Window, date: Date): [boolean, string] | [boolean, string, string]
    • Callback invoked before a day is shown.

      Parameters

      Returns [boolean, string] | [boolean, string, string]

ShowOnType

ShowOnType: "focus" | "button" | "both"

Client-side event to display the calendar. focus is when the input field receives focus. popup is when the popup button is clicked. both is both focus and popup.

Generated using TypeDoc