[Typo3] Nested TMENUs with special

Colin Ross colinross at gmail.com
Mon Feb 28 19:54:47 CET 2005


 have a TMENU in which I only want to display two items, but under
each of those two, I want an additional level which should be a normal
TMENU.

 

TS so far is :

 

….

  10 {

              special = list

              special.value = 11, 10

  }

  10.1 = TMENU

  10.1.wrap = <ul class="levelOne">|</ul>

  10.1 {  

    noBlur = 1

   #NO = 1 // default

            CUR = 1

            NO.wrapItemAndSub = <li> | </li>

    CUR.wrapItemAndSub = <li class="active">|</li>

  }

              10.2 = TMENU

              10.2.wrap = <li class="expand"> | </li>

              10.2{

                        expAll = 1

                noBlur = 1

               #NO = 1 // default

                        CUR = 1

                        NO.wrapItemAndSub = <li> | </li>

                CUR.wrapItemAndSub = <li class="active">|</li>

              }

…         

 

But nothing shows up (no 10.2) when clicked.   Any help?

 

-colin



More information about the TYPO3-english mailing list