gpt4 book ai didi

jquery - fullcalendar:使用 JSON feed 设置单个事件的颜色

转载 作者:行者123 更新时间:2023-12-01 06:47:04 25 4
gpt4 key购买 nike

我尝试以不同的颜色显示来自 JSON feed 的事件,但它们都以相同的默认颜色显示。有没有办法使用 JSON 设置事件对象颜色属性?有没有一个列表,其中event object properties可用于 JSON?

完整日历代码:

  $('#calendar').fullCalendar({
header: {
left: 'prev,next,today',
center: 'title',
right: ''
},
events: '/events/feed',
});

json feed 的输出:

[
{
"id": "1",
"title": "Green Event",
"start": "2014-05-05 09:00:00",
"end": "2014-05-05 17:00:00",
"allDay": true,
"color": "00FF00"
},
{
"id": "2",
"title": "Red Event",
"start": "2014-05-06 09:00:00",
"end": "2014-05-06 17:00:00",
"allDay": true,
"color": "FF0000"
}
]

最佳答案

您需要在颜色之前放置#,将"color": "FF0000"替换为color: '#00FF00'并尝试

关于jquery - fullcalendar:使用 JSON feed 设置单个事件的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23338585/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com