[TYPO3-dev] edit mm tables in backend forms with TCA

Franz Holzinger franz at fholzinger.com
Fri Mar 10 11:01:56 CET 2006


Ernesto Baschny [cron IT] a écrit :
> Jochen Rieger schrieb am 09.03.2006 09:14:
> 
> 
> So you would replace the current "group" select-box with a new
> sheet/pallete that looks something like that?
> 
> [ record-1 ][<browse_link>] [add-data-1.1]... [down][up][del]
> [ record-2 ][<browse_link>] [add-data-2.1]... [down][up][del]
> [add new record]
> 
This line might get too long. The fields marked as 'title' in TCA could
be displayed here. However this would not be any select box but a list
of lines like in the LIST module. So a correction has to be done in the
LIST module so it will be able to display mm tables.
Maybe a logic should be implemented to create a usefull title
automatically taken from fields of both tables. So just to have less work.

record-1: <title> [down][up][edit][del]

The browse is not needed because you have the [edit] pencil. An a browse
through the page tree to get the record is not comfortable enough.

What do you think of using something different than the group select box?


> But your idea might be more UI-friendly, as the user can see right away
> which relation hold which additional data and edit them in a TYPO3-way
> using the "well-known" icons (like in Web>List>).
_This is the question:_
How should the TYPO3 Core be modified to make it possible to list the mm
tables (and others) which do not have uid and pid?
How should this be done?

- Franz




More information about the TYPO3-dev mailing list