JavaScript/jQuery Gantt - editing

Configures edit properties.

Type:

Object

The UI component allows users to add, modify and delete tasks, resources and dependencies. Set the enabled property to true to enable edit functionality.

NOTE
Make sure that your data sources (tasks, resources and dependencies) support edit actions.

View Demo

allowDependencyAdding

Specifies whether a user can add dependencies.

Type:

Boolean

Default Value: true

allowDependencyDeleting

Specifies whether a user can delete dependencies.

Type:

Boolean

Default Value: true

allowResourceAdding

Specifies whether a user can add resources.

Type:

Boolean

Default Value: true

allowResourceDeleting

Specifies whether a user can delete resources.

Type:

Boolean

Default Value: true

allowResourceUpdating

Specifies whether a user can update resources.

Type:

Boolean

Default Value: true

allowTaskAdding

Specifies whether a user can add tasks.

Type:

Boolean

Default Value: true

allowTaskDeleting

Specifies whether a user can delete tasks.

Type:

Boolean

Default Value: true

allowTaskUpdating

Specifies whether a user can update tasks.

Type:

Boolean

Default Value: true

enabled

Specifies whether a user can edit tasks, resources and dependencies.

Type:

Boolean

Default Value: false