OptionaladditionalUpdatable window options applied to new and existing windows when shown as popups.
OptionalblurDetermines what happens if the popup window is blurred.
OptionalfocusDetermines if the popup window should or should not be focused when it is shown.
OptionalheightHeight of the popup window in pixels (takes priority over intialOptions size properties).
OptionalhideHide the popup window instead of closing when close is called on it.
Note: if this is true and blurBehavior and/or resultDispatchBehavior are set to close, the window will be hidden.
OptionalinitialWindow creation options when using showPopupWindow to create a new window.
OptionalnameIf a window with this name exists, it will be shown as a popup.
Otherwise, a new window with this name will be created. If this name is undefined, initialOptions.name will be used. If this name and intialOptions.name are both undefined, a name will be generated.
OptionalonExecuted when the popup window is shown. Provides the popup window to the provided function, and allows for easy access the popup window for additional behavior customization.
OptionalonExecuted when this window's popup calls dispatchPopupResult.
Note: If this is defined, showPopupWindow will not return a PopupResult.
OptionalresultDetermines what happens when the popup window calls dispatchPopupResult.
dispatchPopupResult.dispatchPopupResult.OptionalurlNavigates to this url if showing an existing window as a popup, otherwise the newly created window will load this url.
OptionalwidthWidth of the popup window in pixels (takes priority over intialOptions size properties).
OptionalxLeft position in pixels where the popup window will be shown (relative to the window calling showPopupWindow).
OptionalyTop position in pixels where the popup window will be shown (relative to the window calling showPopupWindow).
Popup window options.