[TYPO3] TMENU and stdWrap clarification

Tomas Mrozek mail at cascaval.com
Thu Aug 14 15:42:17 CEST 2008


> As this is in the tsref as working I must be doing something
> wrong, does anyone know what that might be?

I don't know what might be wrong but I have just tested simplified 
version of your menu on TYPO3 4.1.5 and it works as expected.

temp.menu_1 = HMENU
temp.menu_1.special=list
temp.menu_1.special.value.insertData=1
temp.menu_1.special.value={leveluid:1}
temp.menu_1.1 = TMENU
temp.menu_1.1 {
   stdWrap.dataWrap=<ul class="{field:uid}">|</ul>
   NO{
     ATagTitle.field=title
     }
}

The menu is wrapped in <ul> with class set to UID of the page.

Tomas Mrozek


More information about the TYPO3-english mailing list