[TYPO3-dev] addToAllTCAtypes and positioning in BE forms

"Marc Wöhlken [quadracom]" woehlken at quadracom.de
Thu Feb 15 13:17:20 CET 2007


Hi!
I have added another field to tt_content which is displayed as a
checkbox in all BE forms.
Now i wish to position this checkbox within the Be form which seems to
be possible according to the t3lib_extmgm::addToAllTCAtypes() documentation:

/*
...
@param string  Insert fields before (default) or after one of this
fields (commalist with "before:" or "after:" commands). Example:
"before:keywords,--palette--;;4,after:description". Palettes must be
passed like in the example no matter how the palette definition looks
like in TCA.
*/

Experiments like the following do not have any effect:

t3lib_extMgm::addToAllTCAtypes('tt_content','tx_myext_myfield','','after:fe_group');

Can anyone explain what's going wrong with my code?

Thx
	Marc

-- 
...........................................................
Marc Wöhlken

Quadracom - Proffe & Wöhlken

Fedelhören 45a                 WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehlken at quadracom.de
______________             PGP-Key: http://pgp.quadracom.de




More information about the TYPO3-dev mailing list