Hi,
is there a possibility to use links as description, displayed as Toolti? In my case the link is not rendered.
This is my customer layout for Monthly Calendar Cell:
<div class="eventfull">
<div class="eventstyle" style="border-bottom:5px solid {{Event background color:COLOUR}};">
<span class="eventTitleToolTip editlinktip hasjevtip" title="{{title:TOOLTIPTITLE}}{{Events:MULTIENDDATE;%d.%m.%Y# Bis %s#}}">
<span class="titel">{{Title:TITLE}}</span>
</span>
<span class="datum">{{Time:STARTTIME}}{{Time:ENDTIME# – %s#}}{{Time:STARTTIME# Uhr#}}</span>
</div>
</div>
Thank you!