Search found 807 matches

Hello, A SchedulerContextMenu is not currently in the works, but it is a good idea and I have created a feature request ticket for it: https://app.assembla.com/spaces/bryntum/tickets/6724-schedule-context-menu/details Other than "Add event", which items would you want on it by default? Bes...
Hello again,

I have pushed my changes, they will be part of next release and should show up in nightlies tonight.

Best regards,
Johan Isaksson
Hi Robert,

I am implementing the ticket that Mats created. With my current changes it will trigger a `timeAxisChange` event on scheduler when you for example change time span, zoom or change viewpreset.

What is your usecase? Does that sound enough?

Best regards,
Johan Isaksson
Hi Paulo, If I understand you correctly you want to affect other events for the same resource when a new event is added. A possible solution would be to listen for `add` event on `scheduler.eventStore` and access the other events there. Something like this: scheduler.eventStore.on({ add({records}) {...
Hello,

`toolTipRenderer` is passed an `event` parameter, which is the mouseevent. Maybe you could us its target (event.target) to determine which element is hovered?

Best regards,
Johan Isaksson
Hello, The `tasks` demo uses a custom renderer for the "Employees" column. It applies special styling to parent records. It should be easy to alter the condition in the code to check some other criteria, for example some custom field on your record. This is the original code (a bit redacte...
Glad you solved it and thanks for sharing how!
I have bumped my ubuntu and chrome and are now on same versions as you. I do get scrollbars in bigdataset demo, see attached screenshot

Are you using touch?
Hi again,

Dropping a line to inform that the modules bundle + related demos has made its way into the trial bundle

Best regards
Johan Isaksson
I guess that Chrome on Ubuntu behaves differently than on other platforms. Will investigate