Skip to main content

Multilevel portal dropdown menu for Plone sites.

Project description

Introduction
============

This package allows to build dropdown menu through the web with portal_actions.
Submenus are built from a tree of nested Category Actions and Actions.
The other strategy used to populate submenus is Plone default NavigationStrategy,
the one used in navigation portlet.

This project is successor of qPloneDropDownMenu.

Building you dropdown menu with portal_actions
----------------------------------------------

Starting from Plone 3 portal actions introduced CMF Action Category
containers, it opened opportunity to build nested actions trees. Though CMF Action
Category does not behave as a regular action, it has different set of properties.
We introduced convention in quintagroup.dropdownmenu that requires to have
a specially named Action for each Actions Category. The id of each such action
must be build using the rule:

action_id = prefix + category_id + suffix

where:

'category_id' is id of correspondent CMF Action Category
'prefix' defined in DropDownMenu configlet, default value ''
'suffix' defined in DropDownMenu configlet, default value '_sub'

So, the actions structure can look like:

/ portal_tabs
|- home
|- blog_sub
|-/ blog
| |-- 2009
| |-- 2010

By default the root of dropdown menu is 'portal_tabs' category.

Compatibility
-----------

Plone 3.0 - 3.3
Plone 4


Installation
------------

* add quintagroup.dropdownmenu to your buildout
* install in Plone with Quick Installer
* find more details inside docs/INSTALL.txt

Changelog
=========

1.0 - (2010-09-08)
------------------

* Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quintagroup.dropdownmenu-1.0.zip (32.1 kB view details)

Uploaded Source

File details

Details for the file quintagroup.dropdownmenu-1.0.zip.

File metadata

File hashes

Hashes for quintagroup.dropdownmenu-1.0.zip
Algorithm Hash digest
SHA256 4c386153de4e9d003d6cac09e6262d80d45c2e8aaf79cd0472d5a855598dabcf
MD5 5bef84ef6521df2cd360ae9a8b963004
BLAKE2b-256 c95861d359388283eb2ece366d8dd23ae3808f10d84987a97cdeddf57c36ecd3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page