redo

applies the reverted changes to the gantt once again

void redo();

Example

gantt.redo();

Related samples

Details

This method is defined in the undo extension, so you need to enable the undo plugin. Read the details in the Undo/Redo Functionality article.

See also
Change log

added in version 4.0

Back to top