[TYPO3-dev] How to set default values in flexforms from extension

Tim Wentzlau tim.wentzlau at auxilior.com
Wed Apr 4 19:38:42 CEST 2007


Hi List

I googled a little bit more and looked into the T3 source code and think 
that i have found the solution.

It is possible add a flexform field to
$TCA["tt_content"]["ctrl"]["requestUpdate"] (ext_tables.php) like this

$TCA["tt_content"]["ctrl"]["requestUpdate"].=',dataview';

When a BE user change the flexform field the form is reloaded.

The next step is to set the flexform values  as far as I can see it is 
only possible thru a hook (datamap) i am working on that now.

Thanks a lot for your input

Tim




More information about the TYPO3-dev mailing list