Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setCalendarOpened Method
Opens or closes drop-down calendar.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setCalendarOpened(
: Boolean,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDatePicker.setCalendarOpened(Boolean,Boolean); |
Parameters
- show
- Value of true is request to open calendar, false: close.
- update
- Value of true is the request to update editor with value selected in calendar. It has effect only if calendar was opened.
See Also