JavaScript
{dialog.object}_findRepeatingSection Method
Syntax
result = {dialog.Object}._findRepeatingSection(controlName);
Arguments
- controlNamestring
The name of a given control.
Returns
- resultstring
Returns the name of the Repeating Section container that contains the specified control.
Description
Returns the name of the Repeating Section container in which a particular control is to be found.
Example
var sectionName = {dialog.object}._findRepeatingSection('ADDRESS'); alert("Repeating section for 'Address' is " + sectionName);
See Also