Our pure JavaScript Scheduler component


Post by torsh »

Hi,
We are using BryntumSchedulerPro in our react project, and we need to create our own customize creationTooltip (example in attached image).
we tried to do it the same way we customize the regular dependency tooltip, but it dose not work. can you upload an example of how we can do it?

Thank you

Attachments
image (3).png
image (3).png (24.3 KiB) Viewed 374 times

Post by marcio »

Hey,

For now, we don't have support for it, but we already have that on our radar https://github.com/bryntum/support/issues/4655

Thanks

Best regards,
Márcio


Post by torsh »

Thank you,
can I in the meantime implement css on this tooltip?
what is it css classes?

Thanks


Post by marcio »

Hey,

Yes, definitely, you can check all the available configurations here https://www.bryntum.com/docs/scheduler/api/Scheduler/feature/base/TooltipBase

I believe that this is the one that you are looking for https://www.bryntum.com/docs/scheduler/api/Scheduler/feature/base/TooltipBase#config-cls

Best regards,
Márcio


Post by torsh »

Thank you,
How can I implement it only on the Dependency Creation Tooltip in a REACT project?
I did not find a documentation about it.

Thanks


Post by alex.l »

I think Marcio misunderstood your request. It's not configurable before mentioned ticket resolved.
You definitely could try to manage CSS style for .b-sch-dependency-tooltip class. But if you won't be able to reach your goal with that, you have to wait when ticket is released.

All the best,
Alex


Post Reply