I'm new to CakePHP with only about a week under my belt. I've been
able to use AJAX on my work, and I have many things working just fine.
I am, however, having trouble getting the Scriptaculous Effects to
work. I've gone through MANY web pages (tutorials, here in the group,
other pages, etc.) and I've been doing things that I've seen in them,
bu to no avail. My stuff just "pops in" instead of using the
Scriptaculous effect that I designate (like this):

  <?php echo $ajax->link('login', '/user/login',
array('update'=>'login', 'complete' => "Effect.blindDown('login')")); ?
>

I've also tried it with:

  <?php echo $ajax->link('login', '/user/login', array('url' => '/user/
login', 'update'=>'login', 'complete' =>
"Effect.blindDown('login')")); ?>

and many other ways. What am I missing? I've added the calls to get
the prototype.js and other files loaded, so that is not the issue. I'm
just stumped by this.

ANY help would be greatly appreciated!

Cary


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to