Перейти к основному содержимому

multiselect_one_level

Description

Указывает, будет ли доступен выбор нескольких задач на одном уровне или на любом уровне

multiselect_one_level: boolean

Example

gantt.config.multiselect_one_level = true; 
gantt.init('gantt_here');

//INCORRECT
gantt.config.multiselect = false; /*!*/ //multiselection is disabled
gantt.config.multiselect_one_level = true;
gantt.init('gantt_here');

Значение по умолчанию: false

Details

заметка

Опция имеет смысл только когда включена опция multiselect.

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.