[TYPO3] Possible to split a menu in half?
    Jody Cleveland 
    Cleveland at winnefox.org
       
    Thu Feb  2 18:30:02 CET 2006
    
    
  
> first one has 3 items, start with 0
> second one has 3 items, start with 3
> 
> but max should read
> maxItems
> 
> 
> but didnt i advised you to look at tsref for right syntax (sorry cant
> resist!)?
Um... Hey! What's that over there!
You did, and I neglected to, very sorry. I have now though. I've got it
so it only displays 3 items in the first row, but there's nothing in the
second. Here's my code:
lib.mainMenu {
  begin = 0
  maxItems = 3
  wrap = <div id="menu1">|</div>
}
lib.mainMenuX < lib.mainMenu
lib.mainMenuX {
  begin = 3
  wrap = <div id="menu2">|</div>
}
Does the second menu row need 'entryLevel' at all? Or is there something
else I'm missing?
- jody
    
    
More information about the TYPO3-english
mailing list