[TYPO3] TMENU and stdWrap clarification

Tyler Kraft tyler.kraft at netefficiency.co.uk
Thu Aug 14 16:30:14 CEST 2008


Also I believe you need to preface the start of that class with a 
letter. Starting with a number is disallowed I think.



Tomas Mrozek wrote:
>> 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