6cc55d41c9
git-svn-id: https://samskivert.googlecode.com/svn/trunk@900 6335cc39-0255-0410-8fd6-9bcaacd3b74c
17 lines
701 B
Properties
17 lines
701 B
Properties
#
|
|
# $Id: velocity.properties,v 1.2 2002/11/08 21:54:50 mdb Exp $
|
|
#
|
|
# Velocity engine configuration overrides
|
|
|
|
#----------------------------------------------------------------------------
|
|
# F O R E A C H P R O P E R T I E S
|
|
#----------------------------------------------------------------------------
|
|
# These properties control how the counter is accessed in the #foreach
|
|
# directive. By default the reference $velocityCount will be available
|
|
# in the body of the #foreach directive. The default starting value
|
|
# for this reference is 1.
|
|
#----------------------------------------------------------------------------
|
|
|
|
directive.foreach.counter.name = vidx
|
|
directive.foreach.counter.initial.value = 0
|