Class Calendar
Inheritance
System.Object
Calendar
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class Calendar : object
Methods
| Improve this Doc View SourceInvokePopupCal(TextBox)
Opens a popup Calendar.
Declaration
public static string InvokePopupCal(TextBox field)
Parameters
Type | Name | Description |
---|---|---|
TextBox | field | TextBox to return the date value. |
Returns
Type | Description |
---|---|
System.String | A JavaScript URL. |