Highlight all links for a task

Hi,

in our gantt chart we want on mouseOver or click on a task to highlight all links depending on that task (e.g. blue or red colored).

Maybee there is an easy solution to our problem.

Best regard,
K-Team

Hello,
You can use “onMouseMove” event handler to check if the cursor is over a taskbar, then get all related links, change their highlight property and update them. When the cursor is over any other element, you disable their highlight property.
Here is an example of how it might be implemented:
http://snippet.dhtmlx.com/746498508