set tooltip on event
This commit is contained in:
@@ -219,6 +219,7 @@
|
||||
|
||||
|
||||
{% block localjavascript %}
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#modalsubmit #user").select2({
|
||||
theme: 'bootstrap4',
|
||||
@@ -281,7 +282,12 @@ function eventRender(info) {
|
||||
}
|
||||
|
||||
// Description
|
||||
|
||||
content.attr("data-placement","top");
|
||||
content.attr("data-html",true);
|
||||
content.attr("data-toggle","tooltip");
|
||||
content.attr("title",info.event.extendedProps.fulldescription);
|
||||
content.tooltip()
|
||||
}
|
||||
|
||||
// Formulaire Création d'un événement
|
||||
|
Reference in New Issue
Block a user