Search found 45 matches

Hi ! I would like to style tooltip header according to event data in REACT. e.g. When my event has status important I want my tooltip header be red. That's my current code. As you can see I am able to style content (template) of tooltip according to event data but I'm not able to do that for header....
OK so I modified your example: https://www.bryntum.com/examples/scheduler/recurringtimeranges/ Here is code: import { WidgetHelper, Scheduler, RecurringTimeSpan, TimeSpan, RecurringTimeSpansMixin, Store } from '../../build/scheduler.module.js?439327'; import shared from '../_shared/shared.module.js?...
Hi ! That's my timeRanges: timeRanges: [{ id: 1 name: "Zmiana 1" startDate: "1970-01-01 06:00" endDate: "1970-01-01 14:00" recurrenceRule: "FREQ=DAILY" }, { id: 2 name: "Zmiana 2" startDate: "1970-01-01 14:00" endDate: "1970-01-01 22:0...
Thank you for this information !

It works now :)
I appreciate that you uploaded a demo. It was a good choice that I bought scheduler from you :D . I need to say that your support is very good. Still I have a problem in REACT. That's my code. import { RecurringTimeSpan, RecurringTimeSpansMixin, Store, TimeSpan } from 'bryntum-scheduler' class MyTim...
Hi !

Any updates for this topic ?
Would be great to see an example of this functionality.

Thanks !
Thanks arcady for you answer. Now, I'm trying to do this in this way for few hours but it still doesn't work. Can you provide this funcionality in example in React ? (I was looking for it in your react examples but i haven't found it) That would be helpful. There is no information about config: &quo...
Hello ! :) I've got few questions about timeranges in REACT. I really appreciate your help. 1. Is it possible to add recurring timeranges to my scheduler in REACT ? e.g. timerange that is from 10:00 to 12:00 every day or every weekend ? I couldn't find information or examples about it. 2. If answer ...
Thanks for you answer Saki.

I gonna do it by changing custom viewPreset then. I guess it should work.

Thank you :)
Is there anything new about this case ? Still have the same problem.

Thanks in advance :)