Click or drag to resize

JSHelperPopupCal Method

Returns the script to pop up the calendar widget.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string PopupCal(
	IAppContext cxt,
	string dateFormatPattern,
	string caption
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
dateFormatPattern
Type: SystemString
The date format pattern to use.
caption
Type: SystemString
The caption for the popup window.

Return Value

Type: String
The javascript function call string.
See Also