isFullScreen()
checks whether the window is in the full screen mode
isFullScreen(): boolean;
Returns:
true
, if a window is in the full screen mode; otherwise, false
.
Example
dhxWindow.isFullScreen(); // -> true/false
Related sample: Window. Fullscreen mode
Change log:
added in v7.1