[TYPO3-dev] TCA passthrough

Lars Houmark lars at houmark.com
Sat May 15 09:48:57 CEST 2010


Hi Boros,

Boros Attila wrote:
> If I have to use a passthrough for this, how do I set it's value? The
> scenario is this: backend user uses the List module to create a new
> record on a page. When he saves the record, my frontend plugin code is
> not executed, TYPO3 takes care of saving the data. I would like to do
> something like:
>
>            'type' =>  'passthrough',
>            'value' =>  'myClass->myMethod'
>
> but I'm afraid there is no such thing.

Of course there is, but it's called "user".

Have a look at:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2526955

There some special requirements for you to use this TCA fieldname. I.e. 
you have to render the field in the backend form youself, but have a 
look at the docs, it's all in there :)

-- 
Lars Houmark





More information about the TYPO3-dev mailing list