OK, the stdWrap function for value was introduced after 4.5 (don't know the exact version).

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
}

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
}

Cheers,
Alex


Am 12.03.2014 20:59, schrieb Artur Cichosz:
Quote: Alexander Stehlik wrote on Wed, 12 March 2014 20:01
----------------------------------------------------


Just to make sure: You have the page initialization somewhere in your
code?

page = PAGE

Cheers,
Alex


Yes of course, I can see my "abrakadabra" but no wrap and no uppercase
conversion happens, if I try my first code example nothing is rendered
at all.



--
Alexander Stehlik
[email protected]
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to