Hi,
I'm currently using the ajax helper in my view to create a chained
select as follows.
<?php
echo $ajax->observeField(
'CompanyParentCategories',
array(
'frequency' => '0',
'url' => '/companies/get_subcats/',
'update' => 'mydiv'
)
);
?>
Is there any way I can use the helper to fire this request at the
onLoad event? Is there some parameter I can add that will do this, or
would I need to write my own function?
Many thanks,
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---