apex4x
Version:
The Comprehensive ARIA Development Suite
13 lines (6 loc) • 295 B
Plain Text
DC.children
Description: References the array of child DC objects associated with the current DC object.
Returns: Array of DC Objects.
Note: If there are no child DC objects associated with the current object, DC.children will reference an empty array.
Example:
alert(DC.children.length);