Hi regz,
The frontpage of cakephp.org uses jquery javascript behaviours. You
can achieve the same results using prototype though.

The dynamic tabs are all javascript and have very little (if anything)
to do with cakephp. The helpers for javascript (and ajax) are a good
help but they have their limitations in what kind of javascript they
support. For a more involved javascript GUI I often end up doing my
own javascript. I can often base it on some example or other but I
keep all my "behaviours" in a central js file so that I know what they
all do. I don't think you can get "cake-native" javascript tabs. You
will probably have to look for an example of a tab-interface using
prototype/scriptaculous.

The tabs on the site make use of some jquery animation to hide and
show the tabs. They are all there from the start (no Ajax), only
hidden. jquery.js and interface.js (a jquery extension) are the
libraries loaded. All the behaviour setup is done in common.js. The
tabs take up most of that file.




On Jul 8, 8:48 am, randalle2 <[EMAIL PROTECTED]> wrote:
> I try to build my site. I'm a newbie...
> I used 1.1..version of cakephp..
>
> I want to use prototype and scriptaculous effects.. more or less like
> frontpage you have seen in CAKEPHP. It can be navigate by next or prev
> buttons or by clicking the tab..
>
> can anyone help me please....
>
> thanks in advance
>
> regz
--~--~---------~--~----~------------~-------~--~----~
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