[TYPO3-templavoila] RO and GMENU in TV

Joerg Wagner - DigiLog multimedia usenet at digilog.de
Sun Mar 19 10:03:19 CET 2006


"Daniel Koch" <info at danielinteraktiv.de> schrieb im Newsbeitrag 
news:mailman.1.1142367102.8473.typo3-project-templavoila at lists.netfielders.de...
> Hi all,
>
> it is possible that the RO-instance in a GMENU doesn't work together
> with TV?
>
> Can anyone post a working snippet...
>
> Thanks
> Daniel


This one is from a site of mine using TV0.6.0 on RC1. Works perfectly.
--
Jörg Wagner
DigiLog multimedia


## A prototype for all left menu GMENU items, first Level:
temp.leftMenuGMENU = GMENU
temp.leftMenuGMENU{
  # "=1" is actually obsolete for the NO prop, but will be needed in CUR and 
RO copies:
  NO = 1
  #
  NO{
    allWrap = <div class="divmenuleft">|</div>
    XY = 165,[10.h]+3
    backColor = #000000
    transparentBackground = 1
    10 = TEXT
    10{
      text.field = title
      text.case = upper
      fontFile = fileadmin/fonts/LRTWREGU.TTF
      fontSize = 12
      fontColor = #4E585F
      maxWidth = 163
      niceText = 0
      offset = 0,10
      align = left
    }
  }
  ACT < .NO
  ACT{
    allWrap = <div class="divmenuleft_act">|</div>
  }
  ACTIFSUB < .NO
  ACTIFSUB{
    allWrap = <div class="divmenuleft_actsub">|</div>
  20 = IMAGE
  20 {
   file = GIFBUILDER
   file.backColor = #4E585F
   file.XY = 11,6
   mask = fileadmin/sysimages/menuleft_subarrow.gif
   offset = 149,3
   }
  }
  CUR < .NO
  CUR{
    allWrap = <div class="divmenuleft_cur">|</div>
    10.fontColor = #FFFFFF
  }
  RO < .NO
  RO{
    10.fontColor = #FFFFFF
  }
  ACTRO < .ACT
  ACTRO{
    10.fontColor = #FFFFFF
  }
  ACTIFSUBRO < .ACTIFSUB
  ACTIFSUBRO{
    10.fontColor = #FFFFFF
   20.file.backColor = #FFFFFF
  }
  CURRO < .CUR
  CURRO{
    10.fontColor = #FFFFFF
  }
} 





More information about the TYPO3-project-templavoila mailing list