Our pure JavaScript Scheduler component


Post by jingqi »

Dear Bryntum team

I want to implement Miltestone feature into my scheduler and i refer to the example
https://bryntum.com/examples/scheduler-pro/timeline/
Here's some question that need clarify if current version can fulfill.

  1. modifiy the display of time zone in millestion area(above main plan)
  2. create the detail milestone that is independent of event of below main plan

Thanks

Attachments
Snap15.jpg
Snap15.jpg (192.98 KiB) Viewed 240 times

Post by marcio »

Hey jingqi,

Answering your questions.

  1. What do you mean by the display of the timezone?? Perhaps you're looking for the presets configuration?? https://www.bryntum.com/docs/scheduler-pro/api/SchedulerPro/widget/Timeline#config-presets

  2. Yes. It's possible, but you need to set a different project model for it and work the sync between the scheduler and the timeline on your own. Check the Timeline widget documentation to see which configurations are available for you https://www.bryntum.com/docs/scheduler-pro/api/SchedulerPro/widget/Timeline

Best regards,
Márcio


Post by jingqi »

Hi Márcio

Is that possible to apply the timing line style in attached picture (from the customer zone)
Any demo for that available?
In this style: timing and mileston are both indendent from schedule..

Attachments
Snap17.jpg
Snap17.jpg (36.88 KiB) Viewed 204 times

Post by alex.l »

Thank you for your question.
We've found some issues with milestone styling in timeline widget, I've opened a ticket to fix that: https://github.com/bryntum/support/issues/5351
The line is not supported as it is, it might be implemented with https://bryntum.com/docs/scheduler-pro/api/Scheduler/feature/ResourceTimeRanges
you could apply styling for timerange with https://bryntum.com/docs/scheduler-pro/api/Scheduler/model/ResourceTimeRangeModel#field-cls

All the best,
Alex


Post Reply