Our powerful JS Calendar component


Post by max »

Hi,

How can I prevent drag resize but keep drag move ?

Thx


Post by Animal »

Using

    features : {
        drag : {
            resizable : false
        }
    }

The hover effect still happens when the mouse is on the top or bottom of an event in a day view, so that doesn't look great, but the actual resizing is disabled.

https://bryntum.com/products/calendar/docs/api/Calendar/feature/CalendarDrag#configs


Post by Animal »

We will fix the hover effect happening when resizing is disabled: https://github.com/bryntum/support/issues/9702


Post Reply