Table of Contents
setDisabled Method 

Sets a value indicating whether the Calendar/DatePicker is disabled.

Syntax
JavaScript
 Calendar.setDisabled(disabled)

Parameters

disabled
true to disable the Calendar/DatePicker, otherwise false.
See Also