UNPKG

apex4x

Version:

The Comprehensive ARIA Development Suite

15 lines 738 B
�� DC.toggleAttribute(stringAttributeNameOrKeyValueMap, boolValue) Shorthand: DC.toggleAttr(stringAttributeNameOrKeyValueMap, boolValue) Description: Toggles the specified attributes on DC.wrapper. Returns: DC Object. Note: The toggleAttribute() function only supports attributes that reference boolean values. Example: DC.toggleAttribute("hidden");