Behavior

.open()

The ".open()" method manually opens an AccDC Object.

.close()

The ".close()" method manually closes an AccDC Object.

.allowMultiple

The ".allowMultiple" property determines if an AccDC Object will automatically be closed when another AccDC Object is opened.

.allowReopen

The ".allowReopen" property determines whether an AccDC Object can be repeatedly opened.

.isToggle

The ".isToggle" property specifies that an AccDC Object will toggle between open or closed when activated.

.isStatic

The "isStatic" property specifies a container element where an AccDC Object will be inserted.

.isTab

The "isTab" property specifies whether an AccDC Object is a tab control.

.autoStart

The "autoStart" property specifies that an AccDC Object will automatically open when registered.

$A.genId()

The "$A.genId()" method generates a unique ID timestamp.

$A.setFocus()

The ".$A.setFocus()" method manually sets keyboard focus on any non-focusable DOM node.