Changes between Version 36 and Version 37 of quintagroup.dropdownmenu


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

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.dropdownmenu

    v36 v37  
    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. 
    1818 
    19 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: 
    2019 
    21 {{{ 
    22     action_id = prefix + category_id + suffix 
    23 }}} 
    24  
    25 where: 
    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 
    30          
    3120== Notes == 
    3221         
     
    8170== Usage == 
    8271 
     72quintagroup.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: 
     73 
     74{{{ 
     75    action_id = prefix + category_id + suffix 
     76}}} 
     77 
     78where: 
     79 
     80 * 'category_id' is id of correspondent CMF Action Category 
     81 * 'prefix' defined in !DropDownMenu configlet, default value -  
     82 * 'suffix' defined in !DropDownMenu configlet, default value - _sub 
     83 
    8384To create the following 3-level portal dropdown menu: 
    8485