Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

event-specific-colors #158

Closed jtheim closed 6 years ago

jtheim commented 7 years ago

Hi all! Is it possible to set an individual color for each event? Events are called by database and i plan to set 3 different Colors for "event-types". Thanks in advance!

William-H-M commented 7 years ago

Hi, yes you can on the datasource set color: #FFFF (white if not wrong), and that way the color it'll be set, so for the type of event of your database you set it on your code with a switch and that should be it

Note: the colors should be better if you set it with Hex colors

jtheim commented 6 years ago

Thanks a lot...works fine! Just deleted Color definitions and build a date-array from database including hex Color number. Best

William-H-M commented 6 years ago

Great! as this been solved can we please close this issue? thanks!

jtheim commented 6 years ago

Yes, thanks Again! Best Johannes