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
)
Public Shared Function PopupTimePicker (
textboxClientID As String
) As String
Parameters
- textboxClientID
- Type: SystemString
The clientID for the related textbox (typically the textbox in a BndLkup control).
Return Value
Type:
StringThe javascript function call string.
See Also