Click or drag to resize

RequestHelperGetPopupCloseJS Method

Gets the javascript for closing the Find window/div. Generally you should use PopupCloseJS which determines whether or not to use Bootstrap based on UseBootstrap(IAppContext).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetPopupCloseJS(
	bool useBootstrap
)

Parameters

useBootstrap
Type: SystemBoolean
Specifies whether or not to generate script for Bootstrap popup.

Return Value

Type: String
The script for closing a popup.
See Also