Not sure if you need the scriptaculous script for anything else, but
you don't need it for this.  Also you're missing effects.js which is
specified on the website.

You might wanna take out some of that code too, you don't need all of
that, for instance:

>                         var topAccordion = new
> accordion('horizontal_container', {
>                                 classNames : {
>                                         toggle :
> 'horizontal_accordion_toggle',
>                                         toggleActive :
> 'horizontal_accordion_toggle_active',
>                                         content :
> 'horizontal_accordion_content'
>                                 },
>                                 defaultSize : {
>                                         width : 525
>                                 },
>                                 direction : 'horizontal'
>                         });


>                         var nestedVerticalAccordion = new
> accordion('vertical_nested_container', {
>                           classNames : {
>                                         toggle :
> 'vertical_accordion_toggle',
>                                         toggleActive :
> 'vertical_accordion_toggle_active',
>                                         content :
> 'vertical_accordion_content'
>                                 }
>                         });



>                         // Open second one
>                         topAccordion.activate($$('#horizontal_container
> .horizontal_accordion_toggle')[2]);
>                 }


All of that is if you wanted to use the nested accordion or the
horizontal accordions.

try that and post whatever happens next.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to