I want to show
Hi,
I want to show some event data while hovering over the calendar. Using the title tag in HTML seem to be the simplest solution. Having problems in displaying the right content.
{if events_on_day}
{day_number}
{if:else}
Produces {events_place} on hovering. Instead of the actual location.
Replies
Low 4 Sep 2012 19:33
You can't show entries themselves in the Calendar tag. You'd need to use both a Calendar tag and an Entries tag together with some JavaScript to get what you need. Here's a similar question.