[TYPO3-dev] idea: new TCA field type MultiField - a stripped down FlexForm
Martin Kutschker
masi-no at spam-typo3.org
Tue Jan 6 16:17:50 CET 2009
Dmitry Dulepov schrieb:
> Hi!
>
> Martin Kutschker wrote:
>> Ok, I gave this idea a second thought. If "sections" simply mean
>> multiple "rows" (ie a numeric array) of the same set of fields, but
>> without any nesting, I'm for it.
>
> Sections is a synonym for "repeating elements". With sections you have different structures with any fields inside (single or multiple). You can even choose what kind of section it is, so you can mix different types in the same array. For example:
Thanks for the explanatiom. But this is what I mean. FlexForms are
incredible powerful. But way to powerful for some tasks.
>> For FE rendering it becomes only slightly more complex as you would need
>> to have two features:
>>
>> * a way to iterate over all rows
>> * a way to address a single row via it's index
>
> Not a big problem with sections. It will look complicated at the beginning but not much.
Can I do this with TS alone? This is my goal.
Masi
More information about the TYPO3-dev
mailing list