readonly_property

changes the name of a property that affects the read-only behaviour of tasks/links

string readonly_property;

Example

gantt.config.readonly_property = "property_name";

Details

The default value of the option is "readonly".

See also
Back to top