v7.3.0

DayButtons
Widget

A segmented button field allowing you to pick one or more days of the week.

This live demo shows the default look + the "padded" rendition:

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • Number of chars to display for each day

  • A CSS class to add to the pressed state of the buttons.

Properties

Properties are getters/setters or publicly accessible variables on this class
  • An array of the selected days, represented as JS day numbers (0 - Sunday, 1 - Monday etc.).

  • isDayButtons : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of DayButtons class, or subclass thereof.
type: daybuttons

Source path

Scheduler/widget/DayButtons.js

Contents