[Typo3] FCE in "New Content Element"

Nikolas Hagelstein hagelstein at hauptsache.net
Tue Mar 1 22:00:07 CET 2005


hi,
>Where to get the variables from title, description and so on from? This 
>should
>be easy somehow. But how to get the right params?

to add a TV FCE you need something like that:
 $wizardItems ['fce_1'] = array(
                                'icon'=>'../fileadmin/images/icons/xyz.gif',
                                'title'=>'insert title her',
                                'description'=>'insert desc. hier',
                                'params'=>'&defVals[tt_content][CType]=templavoila_pi1&defVals[tt_content][tx_templavoila_ds]=16&defVals[tt_content][tx_templavoila_to]=19'

Replace 16 with the id of you datasource and replace 19 with the id of your 
Templateobj.

Cheers,
                Nikolas




More information about the TYPO3-english mailing list