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
)
Public Shared Function PopupCal (
cxt As IAppContext,
dateFormatPattern As String,
caption As String
) As String
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:
StringThe javascript function call string.
See Also