Click or drag to resize

JSHelperPopupTimePicker Method

Returns the script to pop up the time picker widget.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string PopupTimePicker(
	string textboxClientID
)

Parameters

textboxClientID
Type: SystemString
The clientID for the related textbox (typically the textbox in a BndLkup control).

Return Value

Type: String
The javascript function call string.
See Also