Link Clicks

Hi,

By default, when i add a link, the link becomes clickable. Is there an option to disable this?
We are starting off with a read only version, and would like the links to not be clickable for this release.

Thanks!

Hello,
you can disable double click by adding a onLinkDblClick handler and returning false from it. A hover styles and pointer style can be altered via css

docs.dhtmlx.com/gantt/snippet/961218aa

docs.dhtmlx.com/gantt/api__gantt … event.html

Wouldn’t you also be able to set the chart to read-only mode:

gantt.config.readonly = true;