bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Allow EventEditor to be configured `collapsible : { direction : 'down' }` #9588

Open ExtAnimal opened 3 months ago

ExtAnimal commented 3 months ago

So that it will dock at the bottom of its configured parent element.

Forum post

Hello,

I am trying to see if instead of having the docked event editor (https://bryntum.com/products/calendar/examples/docked-editor/) slide in from the left-hand side, it could slide up from the bottom. Ideally it would fill the full width of the calendar's container in this case but I figure I can adjust that myself via CSS if not.

I couldn't find further docs on editor config than Scheduler.feature.EventEdit#config-editorConfig which just specifies a type of object. Also checked to see if there was a SASS variable I could change to control the direction but couldn't find one.

Appreciate any suggestions

choanhemnhe commented 1 week ago

Hi, is this option available? I tried collapsible : { direction : 'down' } in Calendar 6.1.2 but it doesn't work yet. Thank you,

marciogurka commented 5 days ago

+1 for this.