[Flow] Fluid: How to count?
David Sporer
david.sporer at gmail.com
Mon Nov 4 09:58:47 CET 2013
Hi Axel,
if you're talking about a for-each loop, this is how it should work:
<f:for each="{objects}" as="object"
iteration="objectIterator">
The index: {objectIterator.index}
</f:for>
Regards
David
2013/11/3 Axel Wüstemann <awu at qbus.de>
> Hello,
>
> I would like to do something like this:
>
> <f:form.textfield ... tabindex="12+{i.index}">
>
> Do I need an own ViewHelper?
>
> Thank you, Axel
>
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list