Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のプラグインを使用していて、eventSource の色を変更したいのですが、どうすればよいかわかりません。
これまでのところ、次のコードがあります。
$('#calendar').fullCalendar({ eventSources: [ 'events/get_events' ]
ドキュメントでは、これを行うためのオプションについて説明していますが、構文を正しく理解できません。
誰でも助けることができますか?
これを試して:
$('#calender').fullCalendar({ eventSources: [ 'events/get_events', color: 'yellow', textColor: 'black' ] });