Nige White
Nige White
[Forum post](https://forum.bryntum.com/viewtopic.php?t=30032) `Popup.js` needs: ``` async close() { const me = this, { closeAction } = me; /** * Fired when the {@link #function-close} method is called and the popup...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=30032) `Container.js` needs: ``` /** * A function called by descendant widgets after they trigger their 'change' event, in reaction to field changes. * By default, implements the functionality...
[Forum post](https://forum.bryntum.com/viewtopic.php?p=138304#p138304)
[Forum post](https://www.bryntum.com/forum/viewtopic.php?f=54&t=22439) Month and Year, and CalendarRow have one day time granularity, so a Date can be shown. DayView has time level granularity, so we can use https://www.bryntum.com/docs/calendar/api/Calendar/widget/DayView#config-increment to show...
[Forum post](https://forum.bryntum.com/viewtopic.php?p=152327#p152327)
[Forum post](https://forum.bryntum.com/viewtopic.php?p=152109#p152109) The code which executes the callback just checks for presence of `thisObj.callback`. If that exists on `window`, then it will be called. We should only use that is...
Standard: https://www.w3.org/TR/WCAG21/ More practical info: https://help.time.ly/event-management/how-to-set-up-calendar-design-for-accessibility-compliance/ - [ ] Add accessibility theme - [ ] Make day header cells visitable as `role="columnheader"` - [ ] Make day header cell's dayName...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=30608) Hi Team, We are trying to integrate the lock row features in the Bryntum Scheduler, but for some reason, when scrolling through the Scheduler, the time range header...
Widgets which need to arrange form fields like the task and event editors could use it. The issue of spacing between form items is difficult now we cannot use `gap`....
[Forum post](https://forum.bryntum.com/viewtopic.php?t=32864) Hi there, We're using the Calendar in combination with the SchedulerPro. While updating the Calendar and the SchedulerPro to 6.2.1 we ran into some issues while testing. Last...