I am using an ajax link to update a calendar I have made. The link to
switch between months will work if the calendar is not loaded with the
shadowbox link, but when it's activated via shadowbox, the links do
nothing? What could be causing this?

<div id = "cal" style = "display:none;">

<?php echo $this->renderElement("cal"); ?>
// cal.ctp contains <?php echo $ajax->link("/cal/
index/","/",array("update"=>"cal")); ?>


</div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to