Popup Service Api

Provides a service used to open pop-up windows. These functions are available under the `convenienceApi.popupService` namespace.

Methods

open(url, title, options)Window | null
Open a popup given options

Properties Details

open(url, title, options) ⇒ Window | null

Open a popup given options

Returns: Window | null - a window object representing the popup or null if window cannot be opened

Param Type Description
url String URL of the popup
title String title of the popup
options Object an object with options for the popup (e.g., { width: 200, height: 200 }). Available options: https://developer.mozilla.org/en-US/docs/Web/API/Window/open