[TYPO3-german] HMENU + special=list nur 1 Level?

Ralf (TYPO3) typo3 at ralfschloemer.de
Tue Jun 11 22:32:00 CEST 2013


Hm, also bei List, welches ja nicht automatisch den Wert des aktuellen 
Directories übernimmt, wirst Du "expAll" für alle Level auf "1" setzen 
müssen, wenn Du, egal von welcher Seite aus, das ganze Menü sehen willst.

Am 11.06.2013 21:59, schrieb Jan Kornblum:
> Hi Ralf,
>
>> ... hm, ohne Dein TS posten wird es hier wohl nicht gehen.
>> Da sehen wir ja noch nicht einmal den Wald. :D
>
> hier der Wald bzw. die Bäume ;)
>
> Grüße, Jan
>
> ---
>
>  10 = HMENU
>  10{
>    special = list
>    special.value = 2
>    stdWrap.wrap = <div class="top"></div><div 
> class="middle">|</div><div class="bottom"></div>
>    stdWrap.wrap2 = <div class="navleft item-1">|</div>
>    1 = TMENU
>    1.noBlur = 1
>    1.expAll = 1
>    1.wrap = <ul class="item item-1 level-1"> | </ul>
>    1.NO = 1
>    1.NO {
>      doNotLinkIt = 0
>      wrapItemAndSub = <li> | </li>
>      ATagTitle.field = title
>    }
>    1.ACT = 1
>    1.ACT {
>      doNotLinkIt = 0
>      wrapItemAndSub = <li class="selected> | </li>
>      ATagTitle.field = title
>    }
>    2 = TMENU
>    2.noBlur = 1
>    2.expAll = 0
>    2.wrap = <ul class="level-2"> | </ul>
>    2.NO = 1
>    2.NO {
>      wrapItemAndSub = <li class="uid-{field:uid}"> | </li>
>      wrapItemAndSub.insertData = 1
>      ATagTitle.field = title
>    }
>    2.ACT = 1
>    2.ACT {
>      wrapItemAndSub = <li class="selected uid-{field:uid}"> | </li>
>      wrapItemAndSub.insertData = 1
>      ATagTitle.field = title
>    }
>    3 < .2
>    3.wrap = <ul class="level-3"> | </ul>
>    4 < .2
>    4.wrap = <ul class="level-4"> | </ul>
>  }
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list