Project

General

Profile

Actions

Bug #14663

closed

getText and splitChar not working with TV lib TS obj

Added by old_chihoang over 19 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2005-04-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

lib.folgeSeiteMittlereSpalte = COA
lib.folgeSeiteMittlereSpalte {

20.file = GIFBUILDER
20.file {
XY = [20.w]+30,[20.h]+10
backColor = #FFFFFF      
20 = TEXT
20 {
  1. Not working either because of TV externes TS Obj
  2. text.field = subtitle // title

    text = {page:title}
    text.insertData = 1

    1. Split at the | sign and print the first line ## (this is working)
      text.listNum = 0
      text.listNum.splitChar = |

    fontColor = #333333
    fontFile = TheSnB5_.ttf
    niceText = 0
    offset = 26,15
    fontSize = 14
    }

  1. splitNum 2nd row (if splitChar is "|" 2nd row is not working )

    30 = TEXT
    30 {

    1. Not working either because of TV externes TS Obj
    2. text.field = subtitle // title
    1. This is working, but without splitChar is not working
      text = {page:title}
      text.insertData = 1
      1. Split at the | sign and print the first line ##
        text.listNum = 1
        text.listNum.splitChar = |

      fontColor = #333333
      fontFile = TheSnB5_.ttf
      niceText = 0
      offset = 26,39
      fontSize = 14
      }

}

(issue imported from #M971)

Actions

Also available in: Atom PDF