[Typo3-dev] How do I change the position of an added field in the BE records editor?

Peter Niederlag niederlag at ikd01.de
Wed Oct 26 17:16:52 CEST 2005


Derek Anderson schrieb:
> Hello all;
> 
> First post; please be gentle :)
> 
> I am working on a google maps extension for t3, and one of the
> requirements is that I can map locations by their address using the
> geocoder.us service (yeah, US only I am afraid. I am actually a canuck,
> so I can't use it personally either). I needed to add a field for state,
> and was able to do so easily, but I am having a hell of a time modifying
> it so that it sits at the top, right under city, in the BE forms. I
> found the documentation here:
> http://typo3.org/fileadmin/typo3api-3.8.0/df/d58/t3lib_2class_8t3lib__extmgm_8php-source.html#l00250
> but it is pretty impenetrable, and the api shows a one liner example
> that is not a very clear explanation. 

have a look at the sources of 't3lib_extmgm::addToAllTCATypes' (might be
slightly differently named). U can use the fourth parameter with
keywords 'before:' and 'after:'.

Cheers,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
http://www.typo3partner.net * professional services network *




More information about the TYPO3-dev mailing list