Zum Hauptinhalt springen

multiselect_one_level

Description

Gibt an, ob die Mehrfachauswahl innerhalb einer Ebene oder auf jeder Ebene verfügbar ist

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');

Standardwert: false

Details

Hinweis

Die Option ist nur sinnvoll, wenn die multiselect Option aktiviert ist.

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.