event title rendering is customized
This commit is contained in:
@@ -44,6 +44,9 @@ $(document).ready(function() {
|
||||
resourceLabelText: 'Intervenants',
|
||||
resources: ${fullcalendar_ressources},
|
||||
events:${fullcalendar_events},
|
||||
eventRender: function(event, element){
|
||||
element.find('.fc-title').append("<br/>" + event.description);
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user