Versions Compared

Key

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

...

The view offset can be set programmatically (if you’re wrapping the component) through the view-offset viewOffset property. The property expects a number of days, by which to offset the start of the view.

Code Block
<B25:multiScheduleWrapper
    view-offsetviewOffset="7"
    ... (set other properties here)
/>

Code Block
<B25:scheduleWrapper
    view-offsetviewOffset="7"
    ... (set other properties here)
/>