[TYPO3-templavoila] fce selector box how to?

Klaus Hinum k_hinum at hotmail.com
Fri Mar 24 10:23:59 CET 2006


Marc Ehret schrieb:
> Klaus Hinum wrote:
> 
>> please somebody, my project is standing still because of that ...
> 
> 
> Maybe this is what you need:
> 
> <TypoScript>
> 10 = CASE
> 10.key.field = field_select
> 10.1 = TEXT
> 10.1.value = Text Nr. 1
> 10.2 = TEXT
> 10.2.value = Text Nr. 2
> </TypoScript>
> 
> 
> 
> marc.
hi thanks for the fast help, that works!
still i got a question. is it possible to check for a text value, like 
"test"

<TypoScript>
10 = CASE
10.key.field = field_select
10.test = TEXT
10.test.value = Text Nr. 1
</TypoScript>

does not work
[10.key = test]
...
[global]
does also not work

any ideas?
kl



More information about the TYPO3-project-templavoila mailing list