Changeset 2786 in products


Ignore:
Timestamp:
Sep 8, 2010 2:47:14 PM (14 years ago)
Author:
olha
Message:

doc files updated

Location:
quintagroup.dropdownmenu/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/README.txt

    r2782 r2786  
    33 
    44This package allows to build dropdown menu through the web with portal_actions. 
    5 Submenus are built of the tree of nested Category Actions and Actions. 
     5Submenus are built from a tree of nested Category Actions and Actions. 
    66The other strategy used to populate submenus is Plone default NavigationStrategy,  
    77the one used in navigation portlet.   
     
    1313 
    1414Starting from Plone 3 portal actions introduced CMF Action Category  
    15 containers it opened opportunity to build nested actions trees. Though CMF Action  
     15containers, it opened opportunity to build nested actions trees. Though CMF Action  
    1616Category does not behave as a regular action, it has different set of properties.  
    17 We introduced convention in the quintagroup.dropdownmenu that requires to have  
     17We introduced convention in quintagroup.dropdownmenu that requires to have  
    1818a specially named Action for each Actions Category. The id of each such action  
    1919must be build using the rule:  
     
    2727    'suffix' defined in DropDownMenu configlet, default value '_sub' 
    2828 
    29 So the actions structure can look like: 
     29So, the actions structure can look like: 
    3030 
    3131    / portal_tabs 
     
    3737      
    3838By default the root of dropdown menu is 'portal_tabs' category. 
    39  
    4039  
    4140Compatibility 
     
    5251  * install in Plone with Quick Installer 
    5352  * find more details inside docs/INSTALL.txt  
    54  
  • quintagroup.dropdownmenu/trunk/docs/INSTALL.txt

    r2782 r2786  
    22------------------------------------- 
    33 
    4 * Add ``quintagroup.dropdownmenu`` to the list of eggs to install, e.g.:: 
     4* Add ``quintagroup.dropdownmenu`` to the list of eggs to install:: 
    55 
    66    [buildout] 
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/interfaces.py

    r2783 r2786  
    4949    show_actions_tabs = schema.Bool( 
    5050        title=_(u"Show actions tabs"), 
    51         description=_(u"Use this setting to enable or disable portal_actions " 
     51        description=_(u"Use this setting to enable/disable portal_actions " 
    5252                      u"based dropdown menu"), 
    5353        default=True) 
Note: See TracChangeset for help on using the changeset viewer.