[TYPO3] GMENU and splitChar

Peter Klein peter at umloud.dk
Sun Jan 1 21:06:20 CET 2006


Hi Bartosz. You have "text.listNum = 1" in both the 20 and the 30 object, 
thats why you don't see the 3rd line. ;)

---
Peter Klein /Umloud Untd.

"Bartosz Aninowski" <bart at sonik.pl> wrote in message 
news:mailman.1.1136142075.12590.typo3-english at lists.netfielders.de...
> Hi.
> I want to generate menu  with three line of text. Typo generates first and 
> second line only. Following TS example works perfect with graphical 
> header.
> Why it doesnt work with menu?
>
> subparts.MENU = HMENU
> subparts.MENU.1 = GMENU
> subparts.MENU.1.NO {
> XY = 150,[20.h]+13
> transparentBackground = 1
> allWrap =<div class="menub">|</div>
> 10 = TEXT
> 10 {
> text.field = title
> text.case = upper
> fontFile = fileadmin/fonts/SWIZECPB.TTF
> fontSize = 7
> fontColor = #1A3E60
> offset =8,8
> align = left
> niceText = 1
> text.listNum = 0
> text.listNum.splitChar = |
> }
> 20 = TEXT
> 20 {
> text.field = title
> text.case = upper
> fontFile = fileadmin/fonts/SWIZECPB.TTF
> fontSize = 7
> fontColor = #1A3E60
> offset =8,18
> align = left
> niceText = 1
> text.listNum = 1
> text.listNum.splitChar = |
> }
> 30 = TEXT
> 30 {
> text.field = title
> #text.case = upper
> fontFile = fileadmin/fonts/SWIZECPB.TTF
> fontSize = 7
> fontColor = #ED1F29
> offset =[10.w]+12,8
> align = left
> niceText = 1
> text.listNum = 1
> text.listNum.splitChar = ||
> }
>
> 5 = IMAGE
> 5.align = l,t
> 5.file = fileadmin/template/main/images/bgt.gif
> 5.file.width=151
> 5.file.height=31
> 5.offset = 0,-6
>
> }
>
> 





More information about the TYPO3-english mailing list