[TYPO3-english] place custom field in a specific tab

Wenzel Dirk listen at arkadias.de
Wed Dec 14 21:14:28 CET 2011


Thank you Kay,
your hint pointed to the right direction for me.

If somebody else needs a more detailed description:
Documentation
- class: t3lib_extMgm
- method: addToAllTCAtypes
- link to class reference in typo3 API (4.5.8): http://api.typo3.org/typo3v4/45/html/classt3lib__ext_mgm.html

Usage:
- Kickstarter creates a file ext_tables.php
- at the end of this file you will find a call to the before mentioned method:

Kind regards
Dirk

Am 14.12.2011 um 15:07 schrieb Kay Strobach:

> Hi,
> 
> use the before and after properties in addTCA ;)
> 
> Regards
> Kay
> 
> On 14.12.2011 15:04, Wenzel Dirk wrote:
>> Hi,
>> for a recent project I had to create a a custom field in the 'pages' table.
>> I did this via kickstarter.
>> 
>> Now, this field always appears at the bottom of last tab of page properties (for instance in 'Category' tab - typo3 version 4.5.7 ). Where exactly depends on which other extensions are present and visible for the current BE user.
>> 
>> I would like to place my custom field at the 'Appearance' tab where it belongs with regard of it's function.
>> How can this be archieved?
>> 
>> Thanks in advance
>> Dirk
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list