Hi,
In example:https://bryntum.com/examples/calendar/custom-menus/, the calendar provide the ability for customize the menu like below:
I want to customize the whole menu because it composed with header and menu items like below:
if the calendar don't support the custom menu like this,Whether i can capture the click event when do right-click,Then show the popup that is the custom react component we developed.
Thanks!
Yes, you can add a title easily using:
features : {
eventMenu : {
menu : {
title : 'foo'
},
items : {
Docs: https://bryntum.com/docs/calendar/api/Calendar/feature/EventMenu#config-menu
and
Yes, sure. Please have a look at our guide https://bryntum.com/docs/taskboard/guide/Grid/customization/iconfont
All the best,
Alex