简体   繁体   中英

FullCalendar: Changing Event Background Color

My issue is simple but frustrating. I'm using arshaw.com/fullcalendar/ and polling the data from the db so the output is dynamic. The events created currently have only 1 background color. Not the cell but the event bar itself. I'm very new to javascript so creating any functions are driving me loopy. I have read, and re-read and am now banging my head because I am now stumped with this. http://arshaw.com/fullcalendar/docs/event_rendering/eventBackgroundColor/ Any help is welcomed thank you.

You can simple pass the colour as a property:

events: [{title:'test', start: new Date(), color: 'red'}]

or

events: [{title:'test', start: new Date(), color: '#ff0000'}]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM