closeFullscreen

To close fullscreen mode

This function closes the current fullscreen form view.

This function is best used in a button.

Syntax

closeFullscreen()

Return

void

Examples

Add this function in a formula field of a button.

closeFullscreen()

Result: By clicking the button, the fullscreen mode will be closed.

See also

openFullscreen, which opens a given record in fullscreen mode.

Last updated