client-fullscreen
Reactive icon

Client FullScreen

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 29 October 2022
 by 
5.0
 (1 rating)
client-fullscreen

Client FullScreen

Documentation
1.0.0

Overview

eSpace Name

ClientFullScreen_Lib

Description

Module to handle the fullscreen javascript api.


Implementation

Actions

Client Actions


ExitFullScreen

Deactivate full screen mode.

Input parameters

----

Output parameters

----


IsCurrentScreenVisible

Provide an action to check if the current screen is visible. When the user minimizes the window or switches to another tab the screen become hidden.

Input parameters

----

Output parameters

Name

Description

DataType

IsVisible

Indicate if the current screen is visible. When the user minimizes the window or switches to another tab the screen become hidden.

Boolean



IsFullScreenEnabled

Provide action to check if the current browser support full screen.

Input parameters

----

Output parameters

Name

Description

DataType

IsSupported

Indicate if the FullScreen is supported.

Boolean



RequestFullScreen

Activate the full screen mode.

Input parameters

Name

Description

DataType

Mandatory

WidgetId

The control to put in fullscreen ( If Empty all document is put in fullscreen mode)

Text

NO

 

Output parameters

----