0

openFullscreen

To open a given record in fullscreen mode

This function will open the form view to fullscreen. Specify the record, which you'd like to show in fullscreen mode.

If you want, you can also specify the tab that should be opened.

💡 If you use this function, the form view will cover the entire window. To close this fullscreen view, click on the little ✖️ icon in the in the top left corner.

Syntax

openFullscreen(nid)

openFullscreen(nid, string)

Return

void

Examples

openFullscreen(this)

Result: The current record will be shown on fullscreen with the default tab selected.

openFullscreen(this, "Company information")

Result: The current record will be shown on fullscreen with the Company information tab selected.

See also

closeFullscreen which closes fullscreen mode.

Reply

null