Our pure JavaScript Scheduler component


Post by filipirafael »

Hi guys, what's up?

How can i add this feature, when i click on specific event, hover all dependencies and connecteds events. In this demo example don't have a code example.

Example: https://bryntum.com/products/schedulerpro/examples/dependencies/


Post by marcio »

Hey filipirafael,

All good from here, hope you're fine too.

You can enable that in the scheduler configuration.

{
	highlightSuccessors   : true,
	highlightPredecessors : true
 }

https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/EventSelection#config-highlightSuccessors
https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/EventSelection#config-highlightPredecessors

Best regards,
Márcio


Post by filipirafael »

Oh, great!

Thank you very much!


Post by filipirafael »

Hi Alex, how are you?

Just a question, where can i add this code sentence?

	const scheduler = new bryntum.schedulerpro.SchedulerPro({
        // highlightSuccessors: true,
        // highlightPredecessors: true,

Because if a active this don't works anymore and has a little of errors on console of browser.


Post by alex.l »

It works great here https://bryntum.com/products/schedulerpro/examples/dependencies/

Please share a runnable code that we can reproduce it with?

All the best,
Alex


Post Reply