[TYPO3-german] Probleme beim Submenu

Arne Müller arnemueller at gmx.de
Thu Aug 31 22:54:04 CEST 2006


Hallo Liste,

ich sitze schon ne ganze Weile an dem Menu - leider funktioniert das Submenu
nicht richtig. Kenn mir jemand helfen?


#Menu
temp.menu = HMENU
temp.menu.entryLevel = 0
   # First level menu-object, textual
   temp.menu.1  = TMENU
   temp.menu.1 {

   # Normal state properties
   NO.allWrap = <ul><li> | </li></ul>
   NO.stdWrap.htmlSpecialChars = 1

   # Enable active state and set properties
   ACT = 1
   ACT.stdWrap.htmlSpecialChars = 1
   ACT.allWrap = <ul><li> | </li></ul>
   }

#Submenu
temp.submenu = HMENU
#temp.submenu.entryLevel = -2
#temp.submenu.special.value = 2
temp.submenu.special = directory   
   temp.submenu.1 = TMENU
   temp.submenu.1 {

   # Normal
   NO.allWrap = <li> | </li>
   NO.stdWrap.htmlSpecialChars = 1

   # Active
   ACT = 1
   ACT.stdWrap.htmlSpecialChars = 1
   ACT.allWrap = <li> | </li>
   }

Gruß




More information about the TYPO3-german mailing list