You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are various configuration options for bootstrap-datepicker for displaying the calendar on summary pages. It might be good to expose some of them to the user in configuration files for gw_summary. An couple of examples would be to expose:
or, datesDisabled to allow certain dates, for which no page exists, to be disabled.
An application of allowing certain dates to be highlighted, and others disabled, is in #259, which allows a list of given dates to be highlighted, with all the rest disables by default. This makes use of the beforeShowDay option to turn highlighting on for a given selection of dates.
The text was updated successfully, but these errors were encountered:
There are various configuration options for bootstrap-datepicker for displaying the calendar on summary pages. It might be good to expose some of them to the user in configuration files for
gw_summary
. An couple of examples would be to expose:daysOfWeekHighlighted
to allow the user to highlight particular days of the week;datesDisabled
to allow certain dates, for which no page exists, to be disabled.An application of allowing certain dates to be highlighted, and others disabled, is in #259, which allows a list of given dates to be highlighted, with all the rest disables by default. This makes use of the
beforeShowDay
option to turn highlighting on for a given selection of dates.The text was updated successfully, but these errors were encountered: