My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1058: Customise appearance of an event
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jul 2011


Sign in to add a comment
 
Reported by djc...@gmail.com, Jul 28, 2011
Can you add a feature to customise the appearance of an event
Every element of an event should be have css class name that way, the developer can assign colours to events

events: [{
	  title: 'All Day Event',
	  start: new Date(y, m, 1)
	 },
         {
         title: 'Lunch',
	 start: new Date(y, m, d+1, 19, 0),
  	 end: new Date(y, m, d+1, 22, 30),
         style-heading: {"mycss_classname"},
         style-content:{"mycss_classname"},
	 },
]


Jul 29, 2011
Project Member #1 althaus.it
Please read the docs... there are a lot of possibilities to render events the way you like it:

http://arshaw.com/fullcalendar/docs/
Status: Done
Sign in to add a comment

Powered by Google Project Hosting