[TYPO3-dev] Multiple instance of a field in backend.

Bernhard Kraft kraftb at kraftb.at
Thu Feb 14 21:30:39 CET 2013


Hello !

Am Thu, 14 Feb 2013 21:06:54 +0100 schrieb Tomas Norre Mikkelsen:

> I want to extend this function such I can have multiple markers. A
> little like how the Powermail creates multiple fields and fields set.

Powermail uses IRRE (Inline relational record editing):
http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Inline/
Index.html

Or search for "TYPO3 IRRE" on the web.

Another approach would be to use "Flexforms":
http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Flex/
Index.html

The UI differences are minimal. The architectural differences are:
 * Flex uses one DB field storing field-values in XML
 * IRRE uses real tables


feel free to decide,
greetings,
Bernhard



More information about the TYPO3-dev mailing list