Sie sind hier: CodeBase / Typoscript - Typo3 / Gifbuilder / Subtitle Dynamisch Rekursiv auf eine Headergrafik rendern
6.1.2009 : 13:51 : +0100

Subtitle Dynamisch Rekursiv auf ein Header Bild rendern

  1. temp.MAINHEAD = COA
  2. temp.MAINHEAD {
  3.  
  4. 10 = IMAGE
  5. 10.wrap=|
  6. 10.file = GIFBUILDER
  7. 10.file{
  8.  
  9. XY=467,111
  10. backColor = #A2CBEB
  11. 20 = IMAGE
  12. 20.file = fileadmin/site_img/HEAD2.jpg
  13.  
  14. 40 = TEXT
  15. 40{
  16. text.data = levelfield: -1, subtitle, slide
  17. text.listNum = 0
  18. text.listNum.splitChar = |
  19. fontSize = 22
  20. fontFile= fileadmin/site_fonts/TT0345M_.TTF
  21. fontColor = #3A6CB1
  22. offset = 10,75
  23. niceText=0
  24. }
  25.  
  26. 50 < .40
  27. 50{
  28. text.listNum = 1
  29. offset = 10, 100
  30. }
  31. }
  32. }
  33. lib.MAINHEAD < temp.MAINHEAD

Wichtig! das Feld subtitle muss zu den [addRootLineFields] gehören! Siehe Install Tool