[FLOW3-general] nested lists
Martin Kutschker
masi-no at spam-typo3.org
Fri Oct 15 21:03:26 CEST 2010
Am 09.08.2010 17:56, schrieb Bastian Waidelich:
>
> Have a look at the groupedFor ViewHelper. You can use it like:
>
The syntax sucks :) It's too much oriented on a programming language.
> <f:groupedFor each="{objects}" as="objectsOfThisType" groupBy="type" groupKey="type">
How about phrasing it like this (in the spirit of the "original" for-element):
<f:group eachOf="{objects}" as="objectsOfThisType" by="type" usingKey="type">
Masi
More information about the FLOW3-general
mailing list