Our pure JavaScript Scheduler component


Post by jnarowski »

Could I get a code example of the actual config when using (descriptionFormat and descriptionRenderer) within the Calendar Scheduler mode? I'm having difficulty translating the API docs into where it goes in the config block.

IE:

{
   modes: {
      day: {
         type: 'scheduler',
         displayName: 'Timeline',
         // example of these options
         ....
      }
   }
}

Post by Animal »

This is an example of adding a Scheduler instance as a Calendar mode: https://bryntum.com/products/calendar/examples/calendar-scheduler/

Here's me modifying it online to show a different description:

Screenshot 2023-03-22 at 17.10.34.png
Screenshot 2023-03-22 at 17.10.34.png (310.28 KiB) Viewed 85 times

Post by jnarowski »

Perfect, thanks.


Post Reply