Click or drag to resize

JSHelperOpenPopupWindowJS Method (String, String, String, PopupOpts, String)

Returns the script to open a popup window.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string OpenPopupWindowJS(
	string url,
	string windowOpts,
	string target,
	PopupOpts ePopOpts,
	string mop
)

Parameters

url
Type: SystemString
The URL to open in the new window.
windowOpts
Type: SystemString
The window options, possibly obtained via WindowOpenFeatures(IAppContext, WindowOpenOptions, Int32, Int32).
target
Type: SystemString
The window target name.
ePopOpts
Type: NetQuarryPopupOpts
The popup options.
mop
Type: SystemString
The MOP to which to navigate.

Return Value

Type: String
The javascript function call string.
See Also