UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

15 lines 678 B
�� Function: remIdFor(object) Description: Removes the id from an object previously set using setIdFor(). Returns: True if removed, False otherwise. Note: Though the associated id for an object is removed, the object itself is not changed. Example: // Remove a previously set id from an object. $A.remIdFor(domElement);