Request new features or modifications


Post by Robert Hirst »

Here's just some 'nice to have' suggestions I've thought of for the "current time" feature in Scheduler.

It would be nice if you could pass in a config to the showCurrentTimeline feature to allow things like:
  • Displaying the vertical current time indicator over the top of events
  • Using a solid line instead of dashes (or making it invisible).
  • Applying a shaded overlay / underlay for everything before (or after) the current time.
  • Not displaying the timeAxis header part where the current is presently displayed.
Thanks for your time in considering this :)

Post by mats »

Good feedback! Comments:

1. "Displaying the vertical current time indicator over the top of events" Easily done with CSS, use 'b-sch-current-time' class

2. See #1

3. Application issue, but easily done by creating your own subclass of the timeRanges feature. We have something similar in the old version "shadePast" https://www.bryntum.com/examples/schedu ... /shadepast We might make such a feature in the future.

4. You can hide it easily with '.b-grid-headers .b-sch-current-time { display : none; }

Post Reply