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 =
)
Public Shared Function OpenBootModal (
cxt As IAppContext,
url As String,
Optional options As BootModalOptions =
) As String
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:
StringThe javascript for opening up a modal dialog.
See Also