How to make a full screen mode view?

Hi @stanislav,

I wonder if there is a way to make full screen mode? I mean: switch from normal to full screen and back.

Regards,

What exactly is your issue. Are you running the gantt within a browser?

Hello,
the latest version does not provide such API. However, we did a port of the similar extension of dhtmlxScheduler.
Please try adding the attached JS and following CSS to the page with gantt

.dhx_expand_icon { position:absolute; top:0px; right:0px; background-image:url(data:image/gif;base64,R0lGODlhEgAkANUmAAAAAIqWpo+croyYqpKfs1xqfpiox3qJooqZtWt5kFBebwUFBpWjuQYGB3B7kWt1ipyrxKOy0Ki52aa21Zinv5+uylFZahQWGicrMmNtgAsNDzE2QB0gJjxCTjc8Rg8RExseIlJbakZMWSksM1tjdkdOXMLV/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACYALAAAAAASACQAAAbhQJNwSCwaj8ikcsFsOp8LoSZArVqrAI3wMuh6v4BB+CLkCM7oNABw5ggxhLh8vgYQMEIAQ8/f+xmAG0IdCoWGhwAUih15BY6PkBCSECVCFgmYmZoAFZ0WeQehoqMRpREkQhkIq6ytABOwGXkGtLW2ErgSD0IOAL2/vsEOww5KxsfIycrLeSYAztDP0tDOV9ZVRF/a2s/Oad/fRHPj490ADejp6g2ADEMXh/EKH4oU5pD4BSCTQxua/wlGdKpgbpTBAx5MDbHQqiECEbAmmLNF0UCIXEMeANDIcaPHaMxCCgkCADs=); width:18px; height:18px; cursor:pointer; background-position:0px 18px; z-index:16; }

The ‘full-screen’ toggle should appear on top-right
dhtmlxgantt_expand.zip (1.12 KB)

This is it. Thank you.