You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is possible to disable the yearPicker, why not also the monthPicker ???
maybe i am missing something out...
if this is really not possible, then it might be possible to disable the onClick event on id starting with "pickertitle-", or on the class "titleText" ?
I suggest you read the documentation. Particularly the part "pickOnly: (string, defaults to false) If you just want to pick a year, month, day or time. The options are time, days, months and years"
thanks for the reply. i stumbled upon pickonly, but as i understood this, it allows you to pick to choose only one of the list... but i need to be able to pick "date" as well as "time", but no "month" and "year". so far i am using yearPicker: false, timePicker: true, and if i add also pickonly: 'days', nothing changes. in the datepicker one can still click on the example: FEB 2013 and then choose a month or a year... so even yearPicker: false does not work here?
it is possible to disable the yearPicker, why not also the monthPicker ???
maybe i am missing something out...
if this is really not possible, then it might be possible to disable the onClick event on id starting with "pickertitle-", or on the class "titleText" ?
someting like:
$(document.body).getElements(input[id^='pickertitle-']).removeEvents();
The text was updated successfully, but these errors were encountered: