Click or drag to resize

JSHelperOpenBootModal Method (IAppContext, String, BootModalOptions)

Generate javascript to open a modal dialog to present the specified URL.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string OpenBootModal(
	IAppContext cxt,
	string url,
	BootModalOptions options = 
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
url
Type: SystemString
The URL to host.
options (Optional)
Type: NetQuarryBootModalOptions
Options for modal dialog behaviour.

Return Value

Type: String
The javascript for opening up a modal dialog.
See Also