Changes between Version 11 and Version 12 of qPloneDropDownMenu
- Timestamp:
- Jul 14, 2010 2:55:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneDropDownMenu
v11 v12 12 12 == Requires == 13 13 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]. 22 16 23 17 == Usage == … … 27 21 <ul><li>...</li>...<li>...</li></ul> 28 22 29 To make your changes live click '''save''' button. 30 31 Sample menu with 2 submenus: 23 Sample menu with 2 submenus. In this example we add submenus to our '''Members''', and '''Events''' tabs: 32 24 33 25 <li id="portaltab-index_html" class="plain"><a href="http://example.com/" accesskey="t">Home</a></li> … … 45 37 </ul> 46 38 </li> 47 48 In this example we added submenus to our '''Members''', and '''Events''' tabs.49 50 39 51 40 Customize the following elements in your's css files to changed the appearance of drop down menu: … … 71 60 * Myroslav Opyr 72 61 * Vitaliy Podoba 62 * Taras Melnychuk