Our powerful JS Calendar component


Post by cgodwin_lm »

Hi,

While reviewing the month view of the big dataset demo, I noticed that the overflow popup displays a close button in the top right corner.

What is the configuration that forces the overflow popup to display the close button in the top right corner? Also, is it possible to change the date format for the title that is displayed at the top of the overflow popup? If so, can you provide the configuration for this as well?

Can you provide any additional configuration settings that are available to change the style of the overflow popup?

Many thanks!

big_dataset_month_view_overflow_popup_screenshot.png
big_dataset_month_view_overflow_popup_screenshot.png (110.56 KiB) Viewed 982 times
Overflow_popup_screenshot.png
Overflow_popup_screenshot.png (55.78 KiB) Viewed 982 times

Post by Animal »

There's a currently undocumented config overflowPopup for views which are able to show that UI. This takes the form of an object which configures an OverflowPopup widget: https://www.bryntum.com/docs/calendar/api/Calendar/widget/OverflowPopup

So you would add closable : false

And the OverflowPopup class has a currently undocumented config dateFormat which you can use to affect this.

Sorry for the lacking docs. I will update them now, and they will be available in the next release.


Post by Animal »

The docs will look like this:

Screenshot 2021-11-11 at 16.38.13.png
Screenshot 2021-11-11 at 16.38.13.png (70.13 KiB) Viewed 976 times
Screenshot 2021-11-11 at 16.40.40.png
Screenshot 2021-11-11 at 16.40.40.png (42.05 KiB) Viewed 976 times

Post by cgodwin_lm »

Perfect! Thank you so much!


Post Reply