mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
16 lines
461 B
Plaintext
16 lines
461 B
Plaintext
|
|
eventColor
|
|
==========
|
|
|
|
Sets the background *and* border colors for all events on the calendar.
|
|
|
|
<div class='spec' markdown='1'>
|
|
String
|
|
</div>
|
|
|
|
You can use any of the CSS color formats such `#f00`, `#ff0000`, `rgb(255,0,0)`, or `red`.
|
|
|
|
This option can be overridden on a per-source basis with the
|
|
`color` [Event Source Object](../event_data/Event_Source_Object) option or on a per-event basis with the
|
|
`color` [Event Object](../event_data/Event_Object) option.
|