[TYPO3-german] Zeilenumbrüche in GMENU_LAYERS

Rolf Kutz kutz at netcologne.de
Wed Apr 18 11:08:31 CEST 2007


Hallo,

wie kann ich Zeilenumbrüche in Menuepunkte von
GMENUE_LAYERS einfügen. Gefundenen Beispiele mit
splitChar funktionieren hier leider nicht. Vielleicht
mache ich was ascflh. Die Menues sehen im Moment
etwa so aus:

Erstes Menue  Zweites Menue Drittes Menue

und sollen so aussehen:

Erstes  Zweites  Drittes
Menue   Menue    Menue

Viele Grüße, Rolf

Das Template:

marks.MENUE = HMENU
marks.MENUE {
        wrap = <div style="background-color:#ffffff; border-width:0; border-style:solid; border-color:black;"> | </div>
        1 = GMENU_LAYERS
        1 {
                layerStyle = position:absolute;width:100px;VISIBILITY:hidden;
                topOffset = 128px
                leftOffset = 0px
                xPosOffset = -20
                #directionUp = 1
                lockPosition = x
                lockPosition_addSelf = 0
                dontFollowMouse = 1
                hideMenuWhenNotOver = 1
                hideMenuTimer = 1000
                expAll = 1
                disableAltText = 1
                NO = 1
                NO {
                        backColor = #ffffff
                        XY = [10.w]+15, 25
                        10 = TEXT
                        10.text.field = title
                        10 text.listNum = 1
                        10.text.listNum.splitChar = 32
                        10.fontFile = fileadmin/fonts/verdana.ttf
                        10.fontSize = 16
                        10.antiAlias = 0
                        10.niceText = 0
                        10.offset = 5,20
                }
                RO = 1
                        RO {
                        backColor = #ffffff
                        XY = [10.w]+15, 25
                        10 = TEXT
                        10.text.field = title
                        10 text.listNum = 1
                        10.text.listNum.splitChar = 32
                        10.fontFile = fileadmin/fonts/verdana.ttf
                        10.fontSize = 16
                        10.antiAlias = 0
                        10.niceText = 1
                        10.offset = 5,20
                }
        }




More information about the TYPO3-german mailing list