[TYPO3-english] a simple question about typoscript
Federico Bernardin
typo3list at bernardin.it
Tue Nov 20 16:24:46 CET 2012
Hi Tom the example should be:
temp.world = TEXT
temp.world.value= HELLO WORLD!
temp.universe = TEXT
temp.universe.value= HELLO UNIVERSE!
temp.world is the name of variable you could write:
temp.10 or temp.world1.
If you call temp.world1, you must change the value property too!
temp.world1.value = HELLO WORLD!
Cheers
Federico
Il giorno 20/nov/2012, alle ore 11:53, tom <typostudy at gmail.com> ha scritto:
> Hi,
>
>
> # Make temporary version of the first cObject:temp.world =
> TEXTtemp.world.value = HELLO WORLD!
>
> # Make temporary version of the second cObject:temp.universe =
> TEXTtemp.universe.value = HELLO UNIVERSE!
>
> ....
>
> Above code is from MTB1
>
> I want to ask: what does temp.world mean? It works even I changed to
> temp.world1,or temp.world2...
> Is there any place that I can check the usage of temp.?Thanks.
>
>
> Tom
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list