10387 Posts in 2199 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 235 Views |
-
Event Calendar > have it show Event Title when a date is hovered.

26 October 2011 at 4:16pm
Hi to all, do you know how i can retrieve title event when i hover a date on the calendar, date that has an event?
Easiest way is to use the title attribute and the tooltip box. I then need to know that to insert within the title="???"
Tried this. Didnt work.
<a href="calendrier" title="<% control Events %>$Title.Event<% end_control %> ">$Number</a>
Tried that. No better.
<a href="calendrier" title="$Title.Event ">$Number</a>
- - -
Also tried to add and Events data into CalendarUI.class.php
$days->push(new ArrayData(array(
...
'Events' => $this->calendar->data()->Events(null, $start, $end)
)));That gives me an error - Undefined variable:start
- - -
Should be a simple thing right?
Thanks!
| 235 Views | ||
|
Page:
1
|
Go to Top |

