Search found 12419 matches

You can use the renderer to output any icons/HTML you like and then use the custom timeAxisHeaderClick to observe clicks on those icons (event delegation)

Looks like a bug yes, we'll take a look. Thanks for reporting! https://github.com/bryntum/support/issues/9004

Can you please share a small test case with us, with reproduction steps?

No autoClose config available on EventEdit: Should be put in a editorConfig block.

schedulerConfig : {
  features: {
    eventEdit: {
       editorConfig : {
           autoClose: false,
       },
       ...
       }
     }
   }

Can you please share a small test case that we can run and debug this? How do you swap between them?

What if you just return the string?

return  `<div onclick='event.stopPropagation()'>
                 TOTOTO
                </div>`;

You should be able to upload videos btw.

What version are you using?

Unfortunately yes, before we can fix it there's a need for a bit of underlying "infrastructure" to be added. It's high on our prio list, sorry for the wait. As 6.0 is imminent, we will target this for 6.1.

https://github.com/bryntum/support/issues/4728