Changes between Version 11 and Version 12 of qPloneDropDownMenu


Ignore:
Timestamp:
Jul 14, 2010 2:55:36 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneDropDownMenu

    v11 v12  
    1212== Requires == 
    1313 
    14   Plone 2.0+ 
    15   CMF 1.4.7+ 
    16   Zope 2.7+ 
    17  
    18 == Install == 
    19  
    20   1. Install with Quick Installer.  
    21   2. For Plone below 2.1 use drop_down.css add '''<dtml-var drop_down.css>''' line to your portal ploneCustom.css. 
     14 * Plone 2.x, 3.x - use [http://plone.org/products/plone-drop-down-menu/releases/0.2.1 qPloneDropDownMenu 0.2.1 release]. 
     15 * Plone 4.0 - use [http://plone.org/products/plone-drop-down-menu/releases/3.0 Products.qPloneDropDownMenu 3.0 release].  
    2216 
    2317== Usage == 
     
    2721   <ul><li>...</li>...<li>...</li></ul> 
    2822 
    29 To make your changes live click '''save''' button. 
    30  
    31 Sample menu with 2 submenus: 
     23Sample menu with 2 submenus. In this example we add submenus to our '''Members''', and '''Events''' tabs: 
    3224  
    3325   <li id="portaltab-index_html" class="plain"><a href="http://example.com/" accesskey="t">Home</a></li> 
     
    4537       </ul> 
    4638   </li> 
    47  
    48 In this example we added submenus to our '''Members''', and '''Events''' tabs. 
    49  
    5039 
    5140Customize the following elements in your's css files to changed the appearance of drop down menu: 
     
    7160 * Myroslav Opyr 
    7261 * Vitaliy Podoba 
     62 * Taras Melnychuk