getSelectedTasks

returns an array of the currently selected tasks

array getSelectedTasks();
arrayan array of tasks' ids

Example

gantt.getSelectedTasks();

Details

This method is defined in the multiselect extension, so you need to activate the multiselect plugin. Read the details in the Multi-Task Selection article.

See also
Back to top