readonly_property

设置用于控制任务和链接只读状态的属性名称

string readonly_property;

Example

gantt.config.readonly_property = "property_name";

Details

默认情况下,此选项设置为 "readonly"。

See also
Back to top