RepeaterGroup.addBodyTemplates Method

Adds body templates to the group.
 

Parameters

template

Type: Array
ElementType: Template
The templates 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