日程渲染之Colors – FullCalendar中文文档

2014-02-18 · 122 chars · 1 min read

FullCalendar 中文文档目录

你可以使用 eventColor 设置日程的颜色,例如:

$('#calendar').fullCalendar({
  events: [
    // my event data
  ],
  eventColor: '#378006',
})

eventBackgroundColoreventBorderColor,和 eventTextColor  属性同样用来设置日程的颜色。如果要为特定的数据源设置颜色,参考  Event Source options。如果你想单独为某个日程设置,参考Event Object color options

官方英文文档:http://arshaw.com/fullcalendar/docs/event_rendering/Colors/

赞赏

微信