Traversal

$A.reg

"$A.reg" provides direct access to all registered AccDC Objects using their unique "id".

$A.find()

"$A.find()" loops through all registered AccDC Objects and executes a callback on each.

.accDCObj

The ".accDCObj" property is the DOM node for the AccDC Object framework.

.containerDiv

The ".containerDiv" property is the DOM node where visually rendered content for an AccDC Object is stored.

.triggerObj

The "triggerObj" property is the DOM node for the triggering element after an AccDC Object is opened.

.targetObj

The ".targetObj" property is a DOM node that sets a strategic insertion point that will not affect the "triggerObj" or "returnFocus" properties.

.setTrigger()

The "setTrigger()" method manually adds all triggering event bindings for an AccDC Object.

.unsetTrigger()

The "unsetTrigger()" method manually removes all triggering event bindings for an AccDC Object.

.parent

The "parent" property is the object instance of the parent AccDC Object.

.children

The "children" property is an array of all child AccDC Object instances.

.siblings

The "siblings" property is an array of all AccDC Objects that were registered in the same array.

.top

The "top" property is the top level AccDC Object for all child AccDC Objects.