openFullscreen
To open a given record in fullscreen mode
Last updated
To open a given record in fullscreen mode
Last updated
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
Result: The current record will be shown on fullscreen with the default tab selected.
Result: The current record will be shown on fullscreen with the Company information tab selected.
closeFullscreen
, which closes fullscreen mode.