Ignore:
Timestamp:
Apr 20, 2010 6:16:43 PM (14 years ago)
Author:
thomasdesvenain
Message:

compatible with plone 3

  • fixed import errors
  • fixed portal actions are now grouped
  • fixed global values undefined in template
Location:
qPloneDropDownMenu/branches/plone4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qPloneDropDownMenu/branches/plone4/trunk

    • Property svn:ignore set to
      *.settings

      *.project
  • qPloneDropDownMenu/branches/plone4/trunk/README.txt

    r893 r2183  
    77  "Download":http://sourceforge.net/projects/quintagroup 
    88 
    9   (c) "Quintagroup":http://quintagroup.com/ , 2008.  
     9  (c) "Quintagroup":http://quintagroup.com/ , 2008. 
    1010 
    1111  support@quintagroup.com * quintessence of modern business 
     
    1717Install 
    1818 
    19   1. Install with Quick Installer.  
     19  1. Install with Quick Installer. 
    2020 
    2121  2. For Plone below 2.1 to use drop_down.css add '<dtml-var drop_down.css>' 
     
    2525 
    2626  You have a list of items of your top level menu, which you can edit in 
    27   'drop down menu' configlet form. Now, to add submenu to the certain  
    28   menu item, you need to add unordered list inside of top level menu  
     27  'drop down menu' configlet form. Now, to add submenu to the certain 
     28  menu item, you need to add unordered list inside of top level menu 
    2929  item ('<li>...</li>') after its title ('<a></a>'):: 
    3030 
     
    3434 
    3535  Sample menu with 2 submenus:: 
    36   
     36 
    3737   <li id="portaltab-index_html" class="plain"><a href="http://example.com/" accesskey="t">Home</a></li> 
    3838   <li id="portaltab-Members" class="plain"><a href="http://example.com/Members" accesskey="t">Members</a> 
    3939       <ul> 
    40            <li><a href="http://example.com/Members/jdoe">John Doe</a><li> 
     40           <li><a href="http://example.com/Members/jdoe">John Doe</a></li> 
    4141           <li><a href="http://example.com/Members/mmajor">Mary Major</a></li> 
    4242       </ul> 
     
    4545   <li id="portaltab-events" class="plain"><a href="http://example.com/events" accesskey="t">Events</a> 
    4646       <ul> 
    47            <li><a href="http://example.com/events/previous">Past Events</a><li> 
    48            <li><a href="http://example.com/calendar">Calendar</a><li> 
     47           <li><a href="http://example.com/events/previous">Past Events</a></li> 
     48           <li><a href="http://example.com/calendar">Calendar</a></li> 
    4949       </ul> 
    5050   </li> 
     
    6767You can click  button on 'drop down menu' configlet form to reset menu. 
    6868This can be usefull in case  broken html of menu code. Generated code is based 
    69 on status of 'Automatically generate tabs' in your 'Navigation settings'  
    70 (in Plone 2.1+). However you will lose your previous code of menu with all submenus  
    71 after click on 'regenerate menu'.  
     69on status of 'Automatically generate tabs' in your 'Navigation settings' 
     70(in Plone 2.1+). However you will lose your previous code of menu with all submenus 
     71after click on 'regenerate menu'. 
    7272 
    73 If you want to 'regenerate menu' you should pay attention to status of  
     73If you want to 'regenerate menu' you should pay attention to status of 
    7474'Automatically generate tabs' in your 'Navigation settings' (in Plone 2.1+). 
    7575 
Note: See TracChangeset for help on using the changeset viewer.