You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added extra fields to the CalendarEvent entity, how do I display these, for example, on hover or click?
I added the description field, but the fullCalendar eventClick: function (calEvent, jsEvent, view)
doesn't return my custom fields in it's calEvent parameter.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@Rhinni, You could try to use the custom fields on Model/Event.php in order to set your custom data and then on the fronted side you will have a JSON with the event data and the custom field.
Then you can use Mouseover in order to render the custom fields on the page. I hope that could help you.
I have added extra fields to the CalendarEvent entity, how do I display these, for example, on hover or click?
I added the description field, but the fullCalendar
eventClick: function (calEvent, jsEvent, view)
doesn't return my custom fields in it's calEvent parameter.
Thanks in advance!
The text was updated successfully, but these errors were encountered: