Readonly
closableWhether the appointment picker can be closed.
Regarding displayMode
:
displayMode
= disabled
/ read-only
, a single input with the
currently selected slot (if any) is shown; regardless of closable.false
and displayMode
= open
/ "close", the picker is always shown.true
and displayMode
= open
, the picker with the calendar is shown.true
and displayMode
= close
, a single input with the
currently selected slot (if any) is shown.Readonly
dateThe date format to use for displaying dates. Currently, this is the format as used by JQueryUI datepicker.
Readonly
dateThe date time format to use for displaying a date with a time. Use %1
for the
date and %2
for the time.
Readonly
dayThe list of long day names, starting from Sunday, for use as requested via the dateFormat option.
Readonly
dayThe list of very short day names, starting from Sunday, for use as column headers within the appointment picker.
Readonly
dayThe list of abbreviated day names, starting from Sunday, for use as requested via the dateFormat option.
Readonly
firstThe day at which a week should be considered to start. This affects e.g. the columns of the calendar.
Readonly
monthThe list of month names, starting from January, for use as requested via the dateFormat option.
Readonly
monthThe list of abbreviated month names, starting from January, for use as requested via the dateFormat option.
Readonly
showWhether to show the capacity for each slot as well, in addition to the start time.
Readonly
showWhether to show the button to clear the selected slot.
Readonly
showWhether to show the end time for each slot as well, in addition to the start time.
Readonly
textThe text to use for indicating the capacity of a slot. Use the
placeholder %1
to insert the capacity.
Readonly
textText to show for the button to close the appointment picker (only when the picker is opened).
Readonly
textThe text for the button to switch to the next month.
Readonly
textThe text to show when the selected date has no available free slots. Use the placeholder `%1 to insert the date.
Readonly
textThe text to show when the picker is closed and no appointment is selected.
Readonly
textThe text to show when no slot is selected (when a slot is selected, the date and time is shown).
Readonly
textText to show for the button to open the appointment picker (only when the picker is closed).
Readonly
textThe text for the button to switch to the previous month.
Readonly
textThe text to use when a slot is selected that is not available.
Readonly
textThe text for the header that indicates the time zone.
Readonly
textThe text to use when a slot is selected that is not available.
Readonly
textThe text to show for the button to unselect the selected slot.
Options when initializing the appointment picker. Contains all runtime options plus some more settings available only during initialization.