[TYPO3-core] RFC: TS resolving of select fields with TCA hardcoded items

Holzinger Franz franz at fholzinger.com
Wed Feb 8 11:56:11 CET 2006


Hello Christian,

>This is a CVS patch request
>
>Type: minor feature
>
>Branch: TYPO3_4-0
>
>currently there is no way to lookup the value of a field which is of the TCA  
>type 'select', with options defined directly in TCA items, and so it is not 
>possible to use TS to custom render all goven tables. This patch provides a 
>new stdWrap option 'TCAselectItem' that makes this available.
>
>Documentation:
>TSref section 'stdWrap'
>
>TCAselectItem:
>	Resloves a comma seperated list of values into the TCA item representation.
>properties:
>	table; the table to lookup
>	field: the field to resolve
>	delimiter: optinal delimiter
>  
>
this could be a fine thing, but is rather useless without a solution to

http://bugs.typo3.org/view.php?id=2397

And it would be also necessary to have the solution from Stanislas
Rolland, which makes it possible to overwrite the TCA texts in the
TypoScript Setup.

Reason:
The TCA from the extension authors in many cases will not be sufficient.

And please, can you put the function TCAlookup somewhere else?  It is
really needed for extensions.

Regards,

Franz












More information about the TYPO3-team-core mailing list