Hi all, I have googled and searched these groups also, but can't seem
to find the answer to my problem, which leads me to believe that i
must be doing something wrong, rather than it being an issue with
cakephp or helpers.

I am running cake 1.2, and I have the autocomplete setup and working.
The only thing is though, that I can't use the afterUpdateElement,
because it runs as soon as the page is loaded. I have used this
parameter in 1.1, and it worked great, but it doesn't seem to be
working in 1.2... it should be possible to use afterUpdateElement in
the options shouldnt it?

my code to generate the autocomplete is...

<?php echo $ajax->autoComplete('SiteContact.company_name', '/
acumarc_companies/auto_complete', array('afterupdateElement' =>
'parseSelected')); ?>

Any light you can shed on this would be greatly appreciated.

Thanks

Patrick
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to