[Typo3] TMENUITEM.wrapItemAndSub and {field:xxx}

Douwe Doornbos d.doornbos at rc.rug.nl
Wed Apr 20 08:40:59 CEST 2005


Hi Rick,

The DIV's in my previous post are contained in a parent DIV, which is used 
by the javascript/css to open/close the menu on rollover/rollout. For typo3 
this should be a single HMENU, I think. So, for every menu-item this code 
should be genereated:

<div> // parent div, that containt both menu-versions

  <div> // pulldown menu for menuitem 1
    <div>
      <a>level1 item rollover version</a>
    </div>
    <div>  // submenu
      <div> submenu item 1.1</div>
      <div> submenu item 1.2</div>
      ...
    </div>
  </div>

  <div>
    <a>level1 item non-rollover version</a>
  </div>

</div>

With kindly regards,

Douwe.









More information about the TYPO3-english mailing list