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