I'm only guessing here, but perhaps the layout being used to render
the shadowbox doesn't including the JS libraries in the header? I
can't be sure, I no longer use the Ajax helper as I prefer jQuery to
Prototype :)

On Jun 2, 8:09 pm, Kyle Decot <[EMAIL PROTECTED]> wrote:
> 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 cake-php@googlegroups.com
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