RepeaterGroup.addBodyTemplate Method

Adds a body template to the group.
 

Parameters

template

Type: Template
The template to add.
collectionIndex

Type: Number (Integer)
(optional) The index in the bodyTemplates array. If not specified, the template will be added to the first body template collection.
Optional: True
insertIndex

Type: Number (Integer)
(optional) An index in the array at which to insert the templates. If not specified, the template will be added to the end.
Optional: True