Read details about the Fullscreen extension in the Full Screen Mode article.
The fullscreen object possesses the following API:
gantt.ext.fullscreen.expand();
gantt.ext.fullscreen.collapse();
gantt.ext.fullscreen.toggle();
gantt.ext.fullscreen.getFullscreenElement();
By default the getFullscreenElement() method returns an HTML container of the Gantt chart.
Back to top