I have been cracking at this for about 4 hours, and unable to resolve.
Everything is working as expected except I cannot find an option to
open my link in a new window.
Here is my current view code:
<div id="benefits"></div>
echo $ajax->link(
'Benefits Schedule', array( 'controller' => 'plan_details',
'action' => 'view', $plan['PlanDetail']['id'] ),
array( 'update' => 'benefits', 'position' => 'top' )
);
As you can see my controller is being called and the benefits div is
opening the data fine, but I just want it to open in a new popup
window.
I have the Html, Javascript and Ajax helpers enabled. And I also have
ProtoType and Scriptaculous up an running on my script.
Does anyone have any suggestions?
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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