mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Show Full Event title in calendar on hover
This commit is contained in:
@@ -137,6 +137,10 @@ while ($row = mysqli_fetch_assoc($sql)) {
|
|||||||
height: '90vh',
|
height: '90vh',
|
||||||
|
|
||||||
selectMirror: true,
|
selectMirror: true,
|
||||||
|
eventDidMount: function(info) {
|
||||||
|
// Always show full title when hovering
|
||||||
|
info.el.setAttribute('title', info.event.title);
|
||||||
|
},
|
||||||
eventClick: function(editEvent) {
|
eventClick: function(editEvent) {
|
||||||
var eventId = editEvent.event.id;
|
var eventId = editEvent.event.id;
|
||||||
var $link = $('<a>', {
|
var $link = $('<a>', {
|
||||||
|
|||||||
Reference in New Issue
Block a user