The Joomla! Extensions Directory ™


Accordion Menu Apple style Plugin

The Apple style Accordion Menu is a very neat and cool javascript-based menu provided by www.dynamicdrive.com.

What I've done is to wrap the original code from www.dynamicdrive.com into a Joomla plugin/mambot so that you can easily include the Apple style Accordion Menu in any of your content item.

It's very useful when you have a very long article and want to insert a table of content for that article.

You can see a live demo of the Accordion Menu in action by clicking the demo button above.

Latest Version
==============
v1.0.10 (for Joomla 1.0) and v1.5.10 (for Joomla 1.5)
Released October 6, 2008

You can now overwrite the global setting of the menu width locally.

The default width of the menu is defined in the Parameters in Module Manager. If you want to change the menu width locally to say, 200px, use the following syntax:

{Accordion_Menu_Apple_style 60 width:200}
... menu items ...
{/Accordion_Menu_Apple_style}

Unique Features
================
1. Easily create a menu or table of contents within a content item or article.

2. You can float the menu to the left or right so that the main text flows around it.

3. You can fully customize the look and feel of the menu through css.

Report