editable_property

changes the name of a property that affects the editing ability of tasks/links in the read-only Gantt chart

string editable_property;

Example

gantt.config.editable_property = "property_name";

Details

The default value of the option is "editable".

See also
Back to top