[TYPO3] GMENU and splitChar

Bartosz Aninowski bart at sonik.pl
Sun Jan 1 20:01:11 CET 2006


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