event title rendering is customized

This commit is contained in:
2018-10-23 15:19:44 +02:00
parent e16000db44
commit 45822855a1
4 changed files with 8 additions and 2 deletions

View File

@@ -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>