Hi

Ich versuche verzweifelt den einzelnen Bildern einen index zu entlocken bekomme 
aber bei jeden Bild in der Schleife den gleichen Wert.

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"; 
xmlns:ce="http://typo3.org/ns/TYPO3/CMS/FluidStyledContent/ViewHelpers"; 
data-namespace-typo3-fluid="true">
<f:if condition="{gallery.rows}">
        <f:for each="{gallery.rows}" as="row">
                <f:for each="{row.columns}" as="column" iteration="objIterator">
                        <f:if condition="{column.media}">
                                {objIterator.index}
                                {objIterator.cycle}
                                {objIterator.total}
                        </f:if>
                </f:for>
        </f:for>
</f:if>

Ergebiss:
0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 ...

Wie kann ich hier den Index ansprechen oder einen Counter hoch zählen?

Vielen Dank im vorraus
Grüßle Niels
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an