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
)
Public Shared Function OpenIWin (
cxt As IAppContext,
url As String,
name As String,
caption As String,
options As InplaceDialogAttrs
) As String
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:
StringThe javascript for opening up a inplace iframe div.
See Also