Our pure JavaScript Scheduler component


Post by jingqi »

Dear Bryntum Team

Can i show the timing in weeks as i attached the example?

Much Thanks

Attachments
timing in weeks
timing in weeks
Snap4.jpg (42.41 KiB) Viewed 104 times

Post by marcio »

Hello jingqi,

You can achieve that by using https://www.bryntum.com/docs/scheduler/api/Scheduler/preset/ViewPreset.

We have some pre-defined viewPresets, which are

  • manyYears
  • year
  • monthAndYear
  • weekDateAndMonth
  • weekAndMonth
  • weekAndDayLetter
  • weekAndDay
  • hourAndDay
  • minuteAndHour
  • secondAndMinute

But you can customize it as you like, here is the documentation for achieving that https://www.bryntum.com/docs/scheduler/api/Scheduler/preset/ViewPreset#defining-custom-header-rows

Best regards,
Márcio


Post Reply