[Typo3] GMENU and WrapItemAndSub

Luc Verhoeven info at djluc.nl
Sat Apr 23 11:44:44 CEST 2005


Hi list

I am creating a menu with Typoscript. It all works quite well except for one problem:

When I use a TMENU, a text-based menu, I use wrapItemAndSub to place it in the <li> tags to create the structure. The bad: WrapItemAndSub does not work with a GMENU. How can I do the same?

//TYPOSCRIPT CODE
lib.menu_1 {
    # the menu object itself, starting off the site root
  10 = HMENU
  10.1 = GMENU

  10.1.NO {
    XY = [5.w],[5.h]
    5 = IMAGE
    5.file = fileadmin/buttonbg.gif

      //THIS DOESN'T FUNCTION PROPERLY WITH A GMENU:
    wrapItemAndSub = <li class="menu1-lev1-no">|</li>
    ATagParams =
  }
}


- Luc Verhoeven (djluc)

-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/
				



More information about the TYPO3-english mailing list