Hi,

This example chooses between two different renderings of some content
depending on whether the field "layout" is "1" or not ("default"). The
result is in either case wrapped with "|<br />". If the field "header"
turns out not to be set ("false") an empty string is returned anyway.
stuff = CASE
stuff.key.field = layout
stuff.if.isTrue.field = header
stuff.stdWrap.wrap = |<br />
stuff.default = TEXT
stuff.default { .... }
stuff.1 = TEXT
stuff.1 { .... }

My question is:
what does this line mean: stuff.if.isTrue.field = header  ?

Tom
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to