JavaScript
{dialog.object}moveDownRepeatingSectionRow Method
Syntax
{dialog.Object}.moveDownRepeatingSectionRow(id);
Arguments
- idstring
Current repeating section row.
Description
Moves the data in the current Repeating Section row down one row.
Example
{dialog.Object}.moveDownRepeatingSectionRow('CONTAINER_1');
See Also