Changes between Version 35 and Version 36 of quintagroup.dropdownmenu


Ignore:
Timestamp:
Jul 21, 2011 2:44:55 PM (13 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.dropdownmenu

    v35 v36  
    1616 
    1717This package allows Plone websites display multilevel portal dropdown menu based on nested portal_actions categories inside portal_tab category. It also allows to define whether to put content tabs before or after action tabs, and a bit more... For details see below. 
     18 
     19quintagroup.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: 
     20 
     21{{{ 
     22    action_id = prefix + category_id + suffix 
     23}}} 
     24 
     25where: 
     26 
     27 * 'category_id' is id of correspondent CMF Action Category 
     28 * 'prefix' defined in !DropDownMenu configlet, default value -  
     29 * 'suffix' defined in !DropDownMenu configlet, default value - _sub 
    1830         
    1931== Notes == 
     
    6981== Usage == 
    7082 
    71 quintagroup.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: 
    72  
    73 {{{ 
    74     action_id = prefix + category_id + suffix 
    75 }}} 
    76  
    77 where: 
    78  
    79  * 'category_id' is id of correspondent CMF Action Category 
    80  * 'prefix' defined in !DropDownMenu configlet, default value -  
    81  * 'suffix' defined in !DropDownMenu configlet, default value - _sub 
    82  
    83 So, to create the following 3-level portal dropdown menu: 
     83To create the following 3-level portal dropdown menu: 
    8484 
    8585 [[Image(screenshot.jpeg, nolink)]]