Is there any way to change name of typeselect's options ?

Hello,

Normally, typeselect’s options are Task, Project and Milestone. I want to know how to change this name. I want to use some feature likes “Project duration” demo. (Parent project change it’s duration automatically according to its own child task’s duration.) But it seems like it only possible with project and task in typeselect.

By the way, I use dhtmlxgantt with salesforce.

Thank you.

Hi,
labels are defined in gantt.locale object, you can change it in code:

gantt.locale.labels.type_project = "Project"; gantt.locale.labels.type_task = "Task"; gantt.locale.labels.type_milestone = "Milestone";