Optional
additionalUpdatable window options applied to new and existing windows when shown as popups.
Optional
blurDetermines what happens if the popup window is blurred.
'close'
Optional
focusDetermines if the popup window should or should not be focused when it is shown.
true
Optional
heightHeight of the popup window in pixels (takes priority over intialOptions
size properties).
300
Optional
hideHide 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.
false
Optional
initialWindow creation options when using showPopupWindow
to create a new window.
Optional
nameIf 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.
Optional
onExecuted 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.
Optional
onExecuted when this window's popup calls dispatchPopupResult
.
Note: If this is defined, showPopupWindow
will not return a PopupResult
.
Optional
resultDetermines what happens when the popup window calls dispatchPopupResult
.
dispatchPopupResult
.dispatchPopupResult
.'close'
Optional
urlNavigates to this url
if showing an existing window as a popup, otherwise the newly created window will load this url
.
Optional
widthWidth of the popup window in pixels (takes priority over intialOptions
size properties).
300
Optional
xLeft position in pixels where the popup window will be shown (relative to the window calling showPopupWindow
).
0
Optional
yTop position in pixels where the popup window will be shown (relative to the window calling showPopupWindow
).
0
Popup window options.