vtNext

(Basic, Pro, Master ab 1.2)

Wechselt innerhalb eines vtLoop-Blocks schon vor Erreichen von vtEndLoop zur nächsten Seite.

Verwendung

<!--{{vtNext}}-->

Beispiel

<table>  
    <!--{{vtLoop}}-->  
        <tr>  
            <td>{{Name}}, {{Vorname}}</td>  
            <!--{{vtNext}}-->  
            <td>{{Name}}, {{Vorname}}</td>  
            <!--{{vtNext}}-->  
            <td>{{Name}}, {{Vorname}}</td>  
        </tr>  
    <!--{{vtEndLoop}}-->  
</table>

Siehe auch