greetings,
i have a question. i have a calendar controller that and part of that
controller is a "miniMonth" that displays the calenadar as an ajax
powered month view placed on my main page. i have created a small
javascript function that i use to populate the "calendarDiv" when the
page loads. the problem is that when i do this the internal links
inside the "miniMonth" don't work.
<?= $ajax->div('calendarDiv');?>
<?=
$javascript->codeblock('updateOnce(\'calendarDiv\',\'events/miniMonth\')'
. "\n"); ?>
<?= $ajax->divEnd('calendarDiv'); ?>
any thoughts?
thanks,
joe vásquez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---