[Typo3] TemplaVoila and TypoScriptObjects

Francois Suter fsuter at cobweb.ch
Wed Oct 26 16:34:10 CEST 2005


Hi,

> lib.pageheadline = TEXT
> lib.pageheadline.text.field = title


That code is wrong. It would be:

lib.pageheadline = TEXT
lib.pageheadline.field = title

but that doesn't work for a TemplaVoila script anyway. You have to use:

lib.pageheadline = TEXT
lib.pageheadline.data = page:title

For reference, see the getText function in the TSRef.

HTH


François Suter
Directeur technique
-----------------------------------------------------
Cobweb Development Sàrl
www.cobweb.ch
-----------------------------------------------------




More information about the TYPO3-english mailing list