Hi All,
I want to resize editor, for example, doubling the width, how to adjust it?
Hi,
To increase the editor size in Bryntum Calendar, you can use the editorConfig
property of the eventEdit to specify the width
. Here's an example of how you can adjust the width of an editor:
eventEditFeature : {
editorConfig : {
width : 1500
}
},
https://bryntum.com/products/calendar/docs/api/Calendar/widget/EventEditor#config-width