multisection_shift_all

Timeline 또는 Units 뷰에서 여러 섹션에 할당된 이벤트를 드래그할 때, 모든 인스턴스를 함께 이동할지('true') 아니면 선택한 하나만 이동할지('false')를 제어합니다.

boolean multisection_shift_all;

Available only in PRO Edition

Example

scheduler.config.multisection_shift_all = false;
 
scheduler.init('scheduler_here', new Date(2012, 5, 30), "timeline");


Default value:

true
Applicable views:타임라인 뷰, Units View

Related samples

Details

이 설정은 이벤트를 수직으로 드래그할 때(섹션 간 이동 시)에만 적용됩니다

See also
맨 위로