openAllSections

opens all sections in the currently active view (if the opened view isn't Timeline in the 'Tree' mode - the method will be ignored)

void openAllSections();

Example

scheduler.openAllSections();

Applicable views:Timeline View
Details

The method requires the treetimeline plugin to be activated.

The method is used for the Tree mode only

See also
Back to top