Click or drag to resize

JSHelperOpenIWin Method

Generate javascript for in inplace iframe div widget.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string OpenIWin(
	IAppContext cxt,
	string url,
	string name,
	string caption,
	InplaceDialogAttrs options
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
url
Type: SystemString
The URL to host.
name
Type: SystemString
The name to use for the outer div.
caption
Type: SystemString
The caption for the widget.
options
Type: NetQuarryInplaceDialogAttrs
Div widget options.

Return Value

Type: String
The javascript for opening up a inplace iframe div.
See Also