[Typo3-german] navigation - wrapItemAndSub klappt nicht

Markus Giesen markus.giesen at edoras.de
Tue Nov 15 16:14:28 CET 2005


Hey Liste!

Ich baue gerade an einer Navigation,
die Oberpunkte sollen grafisch sein,
die Unterpunkte als Textlinks.

Das ganze soll in einer XHTML-validen
UL LI Konstruktion gewrapped werden.

Leider klappt es nicht so, wie ich möchte.
Wisst ihr weiter?

TS:


page.10.marks.COMPANY_MENU = COA
page.10.marks.COMPANY_MENU {
     10 = HMENU
     10 {
         special = directory
         special.value = 4

         ### Ebene 1 ###
         1 = GMENU
         1 {
             expAll = 0
             wrap = <ul class="nav-top"> | </ul>
         }
         1.NO {
             wrapItemAndSub = <li> | </li>
             XY = 100,18
             backColor = white
             10 = TEXT
             10 {
                 text.field = title
                 fontColor = #888888
                 fontFile = fileadmin/fonts/verdanab.ttf
                 niceText = 1
                 offset = 0,12
                 fontSize = 12
             }
         }

         1.CUR < 1.NO
         1.CUR.expAll = 1

         ### Ebene 2 ###
         entryLevel = 2
         2 = TMENU
         2 {
           wrap = <ul> | </ul>
           NO.wrapItemAndSub = <li> | </li>
           ACT = 1
           ACT.ATagParams = class="active"
           ACT.wrapItemAndSub = <li> | </li>
         }

         ### Ebene 3 ###
         3 < .2
     }
}



More information about the TYPO3-german mailing list