function sap/ui/util/openWindow

Visiblity: restricted
Available since: N/A
Module: sap/ui/util/openWindow
Application Component:

Helper that adds window features 'noopener noreferrer' when opening an address to ensure that no opener browsing context is forwarded. If forwarding of the opener browsing context is needed, the native window.open API should be used.


Parameters Overview

Param Type Default Value Description
sUrl sap.ui.core.URI URL of a document that should be loaded in the new window
sWindowName string Name of the new window

Methods Overview

Method Description