Page tree

Versions Compared

Key

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

...

  • The ‘wholeDay’ property specifies if the appointment should occupy the entire day or not. This applies for Day and Week views. Having this attribute set to ‘#true’, will display the appointments like this:


  • The ‘bgColor’ property specifies the color for the appointments. The default color will be the Theme color. Having this attribute set to a constant value like ‘#red’, will display the appointments like this:


  • The ‘readonly’ attribute specifies if the appointment can be edited or not. If the attribute is false, on double click on the appointment a maintenance window will open for editing the event. If the attribute is true, the maintenance window won’t open anymore.

...

  • 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 'allowOperlappingtimeStep' attribute specifies if the events will overlap or not. True for allowing events to overlap, false for preventing events to overlapthe minimum step (in minutes) for events time values. Default value is true60.
  • The 'markNowscrollHour' attribute specifies if the current time should be highlighted or not. True for highlighting the current time, false otherwisethe initial position on the timeline scroll. Default value is false.The 'timeStep' attribute specifies the minimum step (in minutes) for events time values. Default value is 30.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: 

  • firstHour - 8
  • lastHour - 18
  • hideWeekends - true
  • timeStep - 30


Image Added




For full description of attributes and events of this object please access the Client-Logic API