i know i can update multiple divs with one call, but can I specify
their content in the call as well?
like
<? echo $ajax->link('User Control',
array('/users/admin','/company/company_menu/'), array('update' =>
array('main_content','main_menu'))); ?>
would be great but isn't the case
is there another way perhaps in the admin controller to know what link
is being called, and then $this->render('main_menu','ajax'); or
something?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---