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

Show events without click #5

Closed
matheusdelima opened this issue Nov 3, 2016 · 4 comments
Closed

Show events without click #5

matheusdelima opened this issue Nov 3, 2016 · 4 comments

Comments

@matheusdelima
Copy link

matheusdelima commented Nov 3, 2016

Hi, I'm using the Calendar for show events but,
I need a way to signal visually in calendar when have event without click on the day.

See exemple:

captura de tela 2016-11-03 as 10 27 11

Thank you !

@KennethanCeyer
Copy link
Owner

KennethanCeyer commented Nov 3, 2016

Hi @matheusdelima!

I'm understand what you need.

Umm, In your image, 6, 7, 8, 9, 10, 11 days be seemed to disabled days.

You can make disabled days by disabledDates option.

But the point seemed custom highlight days.

If you want to put on the class at 3 day or 25 day(random picked),

and style with CSS at those class, I think you can solve the issue.

If this solution is right, Please answer me i will make the feature on next version.

Sorry about the sentence, I am not living in English-speaking countries.

Thank you for interesting in the plugin!

@matheusdelima
Copy link
Author

Hi, Thanks for replay,
Basically the function disabledDays but in inverse.

I need only to specify the days there are events and no the days wich not events

You understand?

@KennethanCeyer
Copy link
Owner

KennethanCeyer commented Nov 4, 2016

Hi @matheusdelima ~!

This plugin give two options to give disable option for dates

disabledDates, enabledDates

If you only want to give some enable dates options.

You can use enabledDates (This is string array type and string format must be 'YYYY-MM-DD')

PS (Sorry about the explanation, disabledDays -> disabledDates and this property is not the function, just string array type option 😄 )

Thank you for your time!

@matheusdelima
Copy link
Author

Thank you! Great Job

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