[TYPO3-english] GIFBUILDER multiline
    Enrique Moreno Tent 
    enriquemorenotent at gmail.com
       
    Tue May  3 10:52:01 CEST 2011
    
    
  
Can someone please tell me why this code:
tmpl.graphicHeadingBig = IMAGE
tmpl.graphicHeadingBig{
    params = class="gh-big"
    file = GIFBUILDER
    file {
        XY = 600,300
        10 = TEXT
        10{
            value = Lorem|Ipsum|Temet
            text.listNum.splitChar = |
            text.listNum = 1
            offset = 100,124
            align = left
            niceText = 1
            fontColor = black
            fontFile = fileadmin/templates/web/fonts/ClanOT-Medium.ttf
            fontSize = 24
        }
    }
}
...does give me Lorem when listNum is 0, but doesnt give me anything at all
when is 1 or 2?
    
    
More information about the TYPO3-english
mailing list