Nige White

Results 63 comments of Nige White

Another request here: https://forum.bryntum.com/viewtopic.php?p=167434#p167434

Difficult, and is it really desirable? What week is the **Calendar** on? Depends on the week start day. Makes an inconsistent UI: This is a global concept used by *static*...

`eventRenderer` is not a config of ResourceView. ResourceView is merely a container which displays multiple Calendar views - one for each resource. But we could add it to the list...

This is just CSS styles and completely within the developers control: ![Screenshot 2023-06-30 at 08 24 49](https://github.com/bryntum/support/assets/200516/5e51634d-f210-41fa-85c5-9cda61174172)

The config is working fine. It just has to be used in the correct place, in the config block of a `Menu`

`MenuItem.js` needs: ``` changeMenu(config, existingMenu) { const me = this, { owner } = me, { constrainTo, scrollAction, focusOnHover } = owner, options = { owner : me, defaults :...

There are bugs in `Checkbox`. Fixes are in the Codepen attached to the thread. But the poster does not actually link the record to the widget in any way. The...

Also requested here: https://www.bryntum.com/forum/viewtopic.php?f=44&t=22656 Still not much suggestion on what to show and when. Mouseover a day on a month view doesn't need much explaining by default.

And here: https://forum.bryntum.com/viewtopic.php?p=152098#p152098

Should be as simple as ``` new Tooltip({ forElement : calendar.viewContainer.element, allowOver : true, hoverDelay : 0, hideDelay : 100, forSelector : '*', showOnHover : true, trackMouse : true, updateContentOnMouseMove...