[TYPO3-english] Re: Re: TypoScript cObject TEXT - stdWrap on value property

Artur Cichosz artur2000 at gmx.de
Wed Mar 12 23:44:43 CET 2014


Quote: Alexander Stehlik wrote on Wed, 12 March 2014 22:23
----------------------------------------------------

> But this should work in TYPO3 4.5 and 6.2:
> 
> test = PAGE
> test.typeNum = 38473
> test.10 = TEXT
> test.10 {
>   value = abrakadabra
>   case = upper
> }

That's obvious, no question about that

> 
> This works NOT in TYPO3 4.5 but in 6.2 (did not test the versions 
> in-between):
> 
> test = PAGE
> test.typeNum = 38473
> test.10 = TEXT
> test.10 {
>   value = abrakadabra
>   value.case = upper
> }

I didn't check 6.2 in fact, so it must be very new, that the "value" property (and probably many more properties as well) implements stdWrap.
Great!. 

Thx!




More information about the TYPO3-english mailing list