Search found 6 matches

sorry the typo!

In the ResourceModel i can not find an option for the selected state of a resource.

Hi Bryntum Team,

i want to add a calendar resource that is not select by default in the resourceFilter on the left side.

In the ResourceModel i can find an option for the selected state of a resource.

https://www.bryntum.com/docs/calendar/api/Scheduler/model/ResourceModel

Best regards
Philipp

Hi Bryntum Team, i want to listen for the EventTip beforeShow event https://www.bryntum.com/docs/calendar/api/Calendar/widget/EventTip#event-beforeShow but the event is not fired :-( here is my config for it new bryntum.calendar.Calendar({ minHeight: 525, ... features: { eventTooltip: { tooltip: { l...

Ok now it works with configured only the resourceFilter store.

thanks a lot
philipp

Hi Animal,

the sorting works now but only if configured the sorter on the resourceStore and also on sidebars chained store.

Thanks
Philipp

Hi Bryntum Team, i dry to sort a calendar ResourceStore unfortunately without success :-( What i do is this const project = new bryntum.calendar.ProjectModel({ startDate: new Date().toISOString(), resourceStore: { sorters: [{ field: "name", ascending: false }], data: [ { name: "a"...