Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabling monthpicker, or if not possible: the whole tilte link #133

Open
olivdee opened this issue Jan 18, 2013 · 4 comments
Open

disabling monthpicker, or if not possible: the whole tilte link #133

olivdee opened this issue Jan 18, 2013 · 4 comments

Comments

@olivdee
Copy link

olivdee commented Jan 18, 2013

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();

@olivdee
Copy link
Author

olivdee commented Feb 6, 2013

anybody???

friendly bump

@olivdee
Copy link
Author

olivdee commented Feb 21, 2013

is this here somehow dead?
if yes, an info would be great, so i could try and find another solution...
friendly bump

@IberoMedia
Copy link

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"

@olivdee
Copy link
Author

olivdee commented Feb 25, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants