RepeaterGroup.addRowFooterTemplates Method
Adds row footer templates to the group.
Parameters
- templates
-
Type: Array
ElementType: Template
The templates to add.
- collectionIndex
-
Type: Number (Integer)
(optional) The index in the rowFooterTemplates array. If not specified, the template will be added to the first row footer 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