[Typo3-UG Oesterreich] RE: [Typo3-UG Oesterreich] 2 Menüebenen ineinanderve rschachteln

Markus Wagner wagner.m01 at aon.at
Mon Aug 30 16:29:42 CEST 2004


Der ganze Clou war das IFSUB zu verwenden, wo dann das <li> nicht direkt
sondern erst in der nächsten Ebene geschlossen wird:

temp.menu1.1 = TMENU
temp.menu1.1 {
    wrap = <ul id="nav">|</ul>
    expAll = 1
    NO { 
         linkWrap = <li>|</li>
         10 = TEXT  
         10.text.field = title 
    }
    IFSUB = 1
    IFSUB { 
        linkWrap = <li>|
        stdWrap.wrap = | &nbsp;>
        10 = TEXT  
        10.text.field = title 
    }  
}

temp.menu1.2 = TMENU
temp.menu1.2 {
    wrap = <ul>|</ul>
    expAll = 1
    NO {
        linkWrap = <li>|</li>
        10 = TEXT  
        10.text.field = title 
    }
    IFSUB = 1
    IFSUB { 
        linkWrap = <li>|
        stdWrap.wrap = | &nbsp;>
        10 = TEXT  
        10.text.field = title 
    }  
}

usw. usf. :)


Am Mon, 30 Aug 2004 13:13:45 +0200 schrieb Kurt Dirnbauer |
	Web:Consulting:

> typo3-at-bounces at lists.netfielders.de wrote:
>> Tja, wie gesagt, triviales Problem und dann auch selbst gelöst. ;)
>> 
> 
> hi!
> 
> dann ist es ueblich auch die antwort zu posten.
> 
> cheers,
> kurt




More information about the TYPO3-at mailing list