Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

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

Type declaration

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

      • this: Window
      • date: Date

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

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