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

Allow pickerClass to assign multiple classes #38

Closed
pdu81 opened this issue Feb 1, 2011 · 4 comments
Closed

Allow pickerClass to assign multiple classes #38

pdu81 opened this issue Feb 1, 2011 · 4 comments

Comments

@pdu81
Copy link

pdu81 commented Feb 1, 2011

Allow pickerClass to assign multiple classes (eg. via array) as alternative so themes don't need to redefine the whole stylesheet but can just overwrite the stuff they need via .datepicker.customClass selector

@arian
Copy link
Owner

arian commented Feb 1, 2011

You can, just:

// ...
pickerClass: 'class1 class2 class3'
// ...

I'll update the docs so this is more clear.

@arian
Copy link
Owner

arian commented Feb 1, 2011

Hope it's clear with this example: 2440bef67e

@pdu81
Copy link
Author

pdu81 commented Feb 1, 2011

Sorry, I must have missed that it was already implemented in 2.x. I was falling back to 1.6 since the 2.01 release was broken (inputs not getting attached when there are no togglers set).

Please disregard my issue.

@arian
Copy link
Owner

arian commented Feb 1, 2011

No problem at all! I just released 2.0.2 so it's not broken anymore ;)

This issue was closed.
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