Premium support for our pure JavaScript UI components


Post by philipp kühne »

Hi, I wonder how to style the calendars which are displayed when enabling the feature calendarHighlight and drag an event. I set the cls field in the calendarInterval and calendar object to an existing css class. And I created events for which the field calendar maps with id in calendar object. It's basically from your example: https://codepen.io/pen?__resourceRoot=https%3A%2F%2Fwww.bryntum.com%2Fdocs%2Fscheduler-pro%2Fapi%2FSchedulerPro%2Ffeature%2FCalendarHighlight%23config-calendar&editors=001

The calendar is shown correctly when dragging the event, but the cls class gets not active, neither for the calendar nor the calenderIntervals.

Cheers,
Philipp


Post by alex.l »

Not supported now, I've opened a feature request https://github.com/bryntum/support/issues/5200

For now try to override CSS rules for b-sch-highlighted-calendar-range class. color, background, border properties.

All the best,
Alex


Post Reply