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
in the top left corner.

openFullscreen(nid)
openFullscreen(nid, string)
void
1
openFullscreen(this)
Result: The current record will be shown on fullscreen with the default tab selected.
1
openFullscreen(this, "Company information")
Result: The current record will be shown on fullscreen with the Company information tab selected.
Last modified 1yr ago