跳到主要内容

auto_scheduling_descendant_links

信息

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

Description

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

auto_scheduling_descendant_links: boolean

Example

gantt.config.auto_scheduling_descendant_links = true;

gantt.init("gantt_here");

Default value: false

Details

注释

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

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

Change log

  • 在版本 4.0 中新增