| Issue 1058: | Customise appearance of an event | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Done
|
|
| ► Sign in to add a comment |