Actions
Bug #14663
closedgetText and splitChar not working with TV lib TS obj
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 {
- Not working either because of TV externes TS Obj
- text.field = subtitle // title
text = {page:title}
text.insertData = 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
} - Split at the | sign and print the first line ## (this is working)
- splitNum 2nd row (if splitChar is "|" 2nd row is not working )
30 = TEXT
30 {- Not working either because of TV externes TS Obj
- text.field = subtitle // title
- This is working, but without splitChar is not working
text = {page:title}
text.insertData = 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
} - Split at the | sign and print the first line ##
}
(issue imported from #M971)
Actions