[Typo3] gifbuilder, splitchar, two lines

Torsten Schrade schrade at lineara.de
Wed May 18 06:51:32 CEST 2005


Ralf mertes wrote:
> Hi Torsten				
> 
> thanx for the answer
> 
> do you have any idea how to realize on
> 
> http://134.96.77.91/41.html
> 
> splitting the header in two lines
> 
> family name on the second line
> and the whole rest on the first line careless how many words it will be
> 
> (example Prof. Dr. Dipl. Ing firstname familyname)
> 
> will result
> Prof. Dr. Dipl. Ing firstname
> familyname
> 
> (second example Prof. firstname familyname)
> 
> will result
> Prof. firstname
> familyname
> 
> Regards Ralf
> 
> 					
Hi Ralf,

a quick workaround would be to use a certain character like a "?" for
example to split the string. For example set

10.text.listNum.splitChar = ?

and write your headers like

Prof. whaterver titles firstname?familyname

Which means that you can split the headers at any position you insert ?.
The splitChar is excluded from rendering so your GIFBUILDER-object will
look ok.

One thing might be that it is not very convenient for your users...
Another thing might be that this way you can't use a ? in the headers
for normal purposes... Anyway, you could use any other special character
that suits you better.

Cheers, Torsten



More information about the TYPO3-english mailing list