-
Notifications
You must be signed in to change notification settings - Fork 76
Disabled Option
Ryan Segura edited this page Feb 4, 2016
·
1 revision
Type: Boolean
Default: false
Disables and enables the MonthPicker.
Set the option upon init.
$('.selector').MonthPicker({ Disabled: true });
Get or set the option, after init.
//getter var disabled = $('.selector').MonthPicker('option', 'Disabled'); //setter $('.selector').MonthPicker('option', 'Disabled', true );