본문으로 건너뛰기

auto_scheduling_move_projects

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

경고

The property has been deprecated in v9.1, use the move_projects property of gantt.config.auto_scheduling instead.

Description

전체 프로젝트가 이동될지 여부를 정의합니다(아래 세부 정보를 참조하십시오)

auto_scheduling_move_projects: boolean

Example

gantt.config.auto_scheduling_move_projects = true;

gantt.init("gantt_here");

Default value: true

Details

노트

이 설정은 auto_scheduling 확장에서 정의되므로 auto_scheduling 플러그인을 활성화해야 합니다. 자세한 내용은 Auto Scheduling 문서를 참조하십시오.

By default (when the property is set to true), the whole project is moved during auto scheduling. It means that all tasks in the project remain on their places relative to each other and the beginning of the project.

moving_project_true

If the auto_scheduling_move_projects is set to false, auto scheduling will move separate tasks inside of the project. Thus, some tasks will be moved, others will remain on their places.

moving_project_false

노트

if you use constraint scheduling (gantt.config.auto_scheduling_compatibility = false), the auto_scheduling_move_projects config will be active only when the strict mode is disabled:

gantt.config.auto_scheduling_compatibility = false;
gantt.config.auto_scheduling_strict = false;

Change log

  • 이 속성은 v9.1에서 더 이상 사용되지 않습니다
  • 버전 4.1에 추가되었습니다
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.