[Typo3] "expAll" doesn't

Peter Russ peter.russ at 4dfx.de
Mon Jan 31 18:24:00 CET 2005


Mark schrieb:
> I need to take a three-level menu and create three separate menus that are
> all open at once, all the time.
> 
> "expAll" is apparently the command I need, but it's not working -- the
> second and third menus only expand when I click on the parent menu.
> 
> Here's the menu portion of the typoscript. Do you see anything wrong?
> 
> subparts.navcontainer = HMENU
> subparts.navcontainer.entryLevel = 0
> subparts.navcontainer.1 = TMENU
> subparts.navcontainer.1 {
> expAll = 1
> wrap = <div id="navcontainer"> <ul id="navlist"> | </ul></div>
> NO.allWrap = <li> | </li>
> ACT = 1
> ACT.allWrap = <li id="active"> | </li>
> ACT.ATagParams = id="current"
> }
> 
> subparts.2menu = HMENU
> subparts.2menu.entryLevel = 1
> subparts.2menu.1 = TMENU
> subparts.2menu.1 {
> expAll = 1
> wrap = <div id="navcontainer"> <ul id="navlist"> | </ul></div>
> NO.allWrap = <li> | </li>
> ACT = 1
> ACT.allWrap = <li id="active"> | </li>
> ACT.ATagParams = id="current"
> }
OT: id has to be unique. Use class= to format items.
Regs. Peter.



More information about the TYPO3-english mailing list