PDA

View Full Version : On-Click Popup - List


RLSinOP
11-29-2009, 11:55 PM
Is there a way to get the on-click pop-up (not mouseover) working for items displayed in a list? Per the instructions, I'm using:

<?php
$LIST=1;
$DF = "D - M d";
$template="monthly.php";
require ("calendar/calendar.php");
?>I'm using Wordpress and have the main calendar on it's own page and have this list in a sidebar, thus the need to "click" for details.

Thanks

ve9gra
11-30-2009, 06:50 AM
The only mode available for the List is the mouseover.

RLSinOP
11-30-2009, 09:21 AM
Thanks Gervais, instead I'll just link the [title] back to the calendar page.