v7.3.0

MultiDatePicker

This widget allows date selection presented across multiple date pickers. The API matches closely to a DatePicker since the only meaningful difference in functionality is the use of a carousel to present multiple months at the same time. This widget is a part of DateRangePicker.

This widget is not intended to be used directly

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • baseDate : Date
    internal

    The date that corresponds to carousel slot index 0.

  • The initially selected date.

  • The configuration defaults for all date pickers in the carousel.

  • The maximum selectable date. Selection of and navigation to dates after this date will not be possible.

  • The minimum selectable date. Selection of and navigation to dates prior to this date will not be possible.

  • navButtons : Boolean/'inline'/'floating'true

    Set to false to hide the next and previous month buttons.

  • The current date range selection as an array of two Date objects.

    Has a corresponding runtime selection property.

  • The week start day, 0 meaning Sunday, 6 meaning Saturday. Defaults to weekStartDay.

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Core/widget/MultiDatePicker.js

    Contents