Our powerful JS Calendar component


Post by bin_yu »

Hi All,

I want to resize editor, for example, doubling the width, how to adjust it?

doubling the width.png
doubling the width.png (168.83 KiB) Viewed 49 times

Post by ghulam.ghous »

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


Post by bin_yu »

Thank you, it works.


Post Reply