stores the names of lightbox's structures (used for different types of tasks)
Available only in PRO Edition
var type1 = gantt.config.types.task;
This functionality is available in the PRO edition only.
The 'types' object consists of the "type programmatic name": "type identifier" pairs:
{"task":0,"project":1,"milestone":2}
The expected types are:
Gantt will use the lightbox depending on the task type:
types: {
'task':'task', // a lightbox for reqular tasks
'project':'project', // a lightbox for project tasks
'milestone':'milestone' // a lightbox for milestones
}