Changes between Version 15 and Version 16 of quintagroup.dropdownmenu


Ignore:
Timestamp:
Sep 9, 2010 11:29:53 AM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.dropdownmenu

    v15 v16  
    11= quintagroup.dropdownmenu = 
     2 
     3[[PageOutline]] 
    24 
    35quintagroup.dropdownmenu package allows to build multilevel portal dropdown menu based on nested portal_actions categories inside portal_tab category as well as based on portal content structure. 
     
    5153}}} 
    5254 
    53 == Usage == 
     55== Configuration == 
    5456 
    5557After installation in Plone, you'll see '''!DropDown Menu''' item under '''Add-on Configuration''', that include the following setting options: 
     
    5759 [[Image(settings.jpeg, nolink)]] 
    5860 
    59 To create multi-level portal dropdown menu - go to '''ZMI -> portal_actions -> portal_tabs'''.  Here you can add '''CMFAction'''s to represent navigation first-level items (services, cases,..) and '''CMF Action Category''' to include second-level navigation items (services_sub, cases_sub,...). 
     61== Usage == 
     62 
     63quintagroup.dropdownmenu allows to create multilevel portal navigation using CMF Action Category containers. But the requirement is to have a specially named Action for each Actions Category. The id of each such action must be build using the rule: 
     64 
     65{{{ 
     66    action_id = prefix + category_id + suffix 
     67}}} 
     68 
     69where: 
     70 
     71 * 'category_id' is id of correspondent CMF Action Category 
     72 * 'prefix' defined in !DropDownMenu configlet, default value '' 
     73 * 'suffix' defined in !DropDownMenu configlet, default value '_sub' 
     74 
     75=== Example === 
     76 
     77To create 
     78 
     79 [[Image(tabs.jpeg, nolink)]] 
     80 
     81So, to create multi-level portal dropdown menu - go to '''ZMI -> portal_actions -> portal_tabs'''.   
     82 
     83Here you can add '''CMFAction'''s to represent navigation first-level items (services, cases,..) and '''CMF Action Category''' to include second-level navigation items (services_sub, cases_sub,...). 
    6084 
    6185 [[Image(portal-tabs.jpeg, nolink)]]