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
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.
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