Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The 'firstHour' attribute specifies the first hour to be displayed in the scheduler. Values between 0 and 23. Default value is 0.
  • The 'lastHour' attribute specifies the last hour to be displayed in the scheduler. Values between 0 and 24. Default value is 24.
  • The 'hideWeekends' offers the possibility to hide/show the Saturdays and Sundays. If true the weekends will be hidden. Default value is false.
  • The 'timeStep' attribute specifies the minimum step (in minutes) for events time values. Default value is 60.
  • The 'scrollHour' attribute specifies the initial position on the timeline scroll. Default value is 0. Possible values are between 'firstHour' + 1 and 'lastHour'. When switching between day and week views in the scheduler, the scroll position will always be reset to the scrollHour value. If the value is outside of the before mentioned range, it will be ignored. The scroll hour can only be set to an integer value. If the current hour is less than the scrollHour value, the focus in the scheduler will be set to the current hour instead.

In the below screenshot, the following settings have been applied: 

...