[dhtmlxgantt] update typedefs to include changes up to dhtmlxgantt v6.0

This commit is contained in:
AlexKlimenkov 2018-12-03 19:06:13 +03:00
parent f15a022416
commit 1e504ef4e3
2 changed files with 604 additions and 120 deletions

View File

@ -28,10 +28,12 @@ gantt.locale.labels.new_task = "New task";
gantt.init("scheduler_here", start);
gantt.load("/data/events");
const wbs: string = gantt.getWBSCode(gantt.getTask(1));
//events
gantt.attachEvent("onBeforeLightbox", function (id?: string) {
gantt.showTask(id);
});
//gantt enterprise
var gantt2 = Gantt.getGanttInstance();
gantt2.config.api_date = "format";
gantt2.config.xml_date = "format";

File diff suppressed because it is too large Load Diff