TSRef - TypoScript Reference

8.1.3. TEXT:

TEXT is very similar to the cObject "HTML". But the stdWrap is on the very rootlevel of the object. This is non-standard. Check the example.

Property:

Data type:

Description:

Default:

value

value

text, wrap with stdWrap properties

 

(stdWrap properties...)

 

 

 

[tsref:(cObject).TEXT]

 

Example:
  10 = TEXT
  10.value = This is a text in uppercase
  10.case = upper

 

Example:
  10 = TEXT
  10.field = bodytext
  10.br = 1

 


Valid XHTML 1.0!