[TYPO3-english] question about TS
tom
typostudy at gmail.com
Mon Nov 26 02:45:35 CET 2012
Hi,
10.renderObj = *CASE*
<http://support.typo3.org/documentation/tsref/cobjects/CASE/>
10.renderObj {
# the field CType will be used to differentiate
key.field = CType
# The content type "headline" is stored internally as "header"
header = *TEXT* <http://support.typo3.org/documentation/tsref/cobjects/TEXT/>
header.field = header
header.wrap = <h1>|</h1>}
For above code, from I know, it can also be written as
...
10.renderObj.key.field = CType10.renderObj.header = *TEXT*
<http://support.typo3.org/documentation/tsref/cobjects/TEXT/>
...
My question is 'key' is the property of CASE, but 'header' seems not,
how to understand the code of this line: 10.renderObj.header = *TEXT*
<http://support.typo3.org/documentation/tsref/cobjects/TEXT/>
Thanks.
Tom
More information about the TYPO3-english
mailing list