views.html.helper.repeatWithIndex
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Render a field a repeated number of times.
Render a field a repeated number of times.
Useful for repeated fields in forms.
Value parameters
-
field
-
The field to repeat.
-
fieldRenderer
-
A function to render the field.
-
min
-
The minimum number of times the field should be repeated.
Attributes
-
Returns
-
The sequence of rendered fields.