auto_scheduling_descendant_links

控制是否允许从父任务(项目)创建到其子任务的链接

boolean auto_scheduling_descendant_links;

Available only in PRO Edition

Example

gantt.config.auto_scheduling_descendant_links = true;
 
gantt.init("gantt_here");


Default value:

false

Related samples

Details

此功能仅在 PRO 版本中可用。

此设置是 auto_scheduling 扩展的一部分,因此请确保启用 auto_scheduling 插件。更多详情请参阅 自动调度 文章。

默认情况下,不允许从父任务(项目)创建到其子任务的链接。

See also
Change log

在版本 4.0 中新增

Back to top