Monday, July 27, 2009

Re: Using Ajax to dynamically update a select box

I forgot that this is also in my view:
-----------------------------------------------------------------------------------------------------------------------------
<?php
$options = array('url' => 'update_select', 'update' => 'NodeId');
echo $ajax->observeField('LocationId', $options);
?>
-----------------------------------------------------------------------------------------------------------------------------

I think that AJAX isn't working for me at all. I also am trying to
submit an ajax form, but I can't get that working either.
--~--~---------~--~----~------------~-------~--~----~
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 cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: