VTiger Integration

Does anyone have instructions showing how to integrate dhtmlGantt into VTiger 6?

Hi,
there is a commercial module (not ours) that adds dhtmlxGantt into vTiger 6 dhtmlx.com/blog/dhtmlxgantt-in-vtiger-crm/
As for instructions - dhtmlxGantt communicate server via ajax, so you’ll need to put it on the page and implement backend handlers for the data and update requests. You can set up gantt either in REST API mode, as described here
github.com/DHTMLX/gantt-docs/bl … #technique

Or using a legacy dataprocessor mode
docs.dhtmlx.com/dataprocessor__b … tersformat